@Component(value="ConsoleInput") public class ConsoleInputCom extends AbsAiComponent implements AiIoComponent
| 构造器和说明 |
|---|
ConsoleInputCom() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
java.lang.Object |
getInput(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
获取组件数据输入
|
runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachment, getAttachmentName, getInputName, getOutputName, setAttachment, setOutputgetDescriptionpublic java.lang.Object getInput(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
throws java.lang.Throwable
AiIoComponentgetInput 在接口中 AiIoComponentjava.lang.Throwableprotected void doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
throws java.lang.Throwable
doRun 在类中 AbsAiComponentjava.lang.Throwable