Class Sequence
java.lang.Object
com.marginallyclever.ro3.node.Node
com.marginallyclever.ro3.node.nodes.behavior.Behavior
com.marginallyclever.ro3.node.nodes.behavior.Sequence
Sequence
is a Behavior
. It ticks all its children as long as they return Behavior.Status.SUCCESS
.
If any child returns Behavior.Status.FAILURE
, the sequence is aborted.-
Nested Class Summary
Nested classes/interfaces inherited from class com.marginallyclever.ro3.node.nodes.behavior.Behavior
Behavior.Status
-
Constructor Summary
-
Method Summary
Methods inherited from class com.marginallyclever.ro3.node.Node
addAttachListener, addChild, addChild, addDetachListener, addReadyListener, addRenameListener, findByPath, findChild, findChild, findFirstChild, findFirstSibling, findNodeByID, findParent, findParent, fromJSON, getAbsolutePath, getChildren, getComponents, getName, getParent, getRootNode, getUniqueID, hasParent, isNameUsedBySibling, removeAttachListener, removeChild, removeDetachListener, removeReadyListener, removeRenameListener, setName, toJSON, update, witnessProtection