public class SimpleFlowDriver extends AbstractFlowDriver
| Constructor and Description |
|---|
SimpleFlowDriver() |
SimpleFlowDriver(Container container) |
SimpleFlowDriver(Evaluation evaluation) |
SimpleFlowDriver(Evaluation evaluation,
Container container) |
| Modifier and Type | Method and Description |
|---|---|
protected Container |
getContainer()
获取组件容器
|
protected Evaluation |
getEvaluation()
获取脚本评估器
|
getDepthMeta, handleCondition, handleConditionDo, handleTask, handleTaskDo, isChain, isComponent, onNodeEnd, onNodeStart, tryAsChainTask, tryAsComponentTask, tryAsScriptCondition, tryAsScriptTaskpublic SimpleFlowDriver()
public SimpleFlowDriver(Evaluation evaluation)
evaluation - 脚本评估器public SimpleFlowDriver(Container container)
container - 组件容器public SimpleFlowDriver(Evaluation evaluation, Container container)
evaluation - 脚本评估器container - 组件容器protected Evaluation getEvaluation()
getEvaluation in class AbstractFlowDriverprotected Container getContainer()
getContainer in class AbstractFlowDriverCopyright © 2025. All rights reserved.