public abstract class AbsAiComponent extends java.lang.Object implements AiComponent
构造器和说明 |
---|
AbsAiComponent() |
限定符和类型 | 方法和说明 |
---|---|
protected abstract void |
doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
void |
run(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
public void run(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
run
在接口中 org.noear.solon.flow.TaskComponent
java.lang.Throwable
protected abstract void doRun(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
java.lang.Throwable