Method | Description | |
---|---|---|
ParallelNode ( |
||
SetFinishCondition ( ParallelFinishCondition rCondition ) : |
Method | Description | |
---|---|---|
EvaluateInternal ( object rInput ) : bool | ||
TransitionInternal ( object rInput ) : void | ||
UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus |
protected EvaluateInternal ( object rInput ) : bool | ||
rInput | object | |
return | bool |
public ParallelNode ( |
||
rParentNode | ||
rCondition | ||
return | System.Collections |
public SetFinishCondition ( ParallelFinishCondition rCondition ) : |
||
rCondition | ParallelFinishCondition | |
return |
protected TransitionInternal ( object rInput ) : void | ||
rInput | object | |
return | void |
protected UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus | ||
rInput | object | |
rOutput | object | |
return | NodeRunningStatus |