public static class AbstractBlock.Seq extends AbstractBlock implements Block.Seq
AbstractBlock.And, AbstractBlock.Def, AbstractBlock.DefLoop, AbstractBlock.Or, AbstractBlock.PlaceHolder, AbstractBlock.Seq, AbstractBlock.Xor, AbstractBlock.XorLoop
Block.And, Block.Def, Block.DefLoop, Block.Or, Block.PlaceHolder, Block.Seq, Block.Xor, Block.XorLoop
changeable, outgoing
incoming, readVars, remReadVars, remWriteVars, tree, writeVars
id, name, propertyDependent, propertyIndependent
Constructor and Description |
---|
Seq(Block.Seq b) |
Seq(java.lang.String name) |
Seq(java.lang.String name,
java.util.List<Edge> incoming,
java.util.List<Edge> outgoing) |
Seq(java.util.UUID id,
java.lang.String name) |
Seq(java.util.UUID id,
java.lang.String name,
java.util.List<Edge> incoming,
java.util.List<Edge> outgoing) |
Modifier and Type | Method and Description |
---|---|
boolean |
expressionsOfOutgoingEdgesMatter()
returns true if and only if the expressions on outgoing edges matter.
|
boolean |
orderingOfChildernMatters()
returns true if and only if the ordering of the children as reflected by
the various methods and iterators matter.
|
java.lang.String |
toStringShort()
returns a short string representation of the subclass
|
addChild, addChild, addChildAt, addChildAt, addOutgoingEdge, addOutgoingEdgeAt, getChildren, getOutgoingEdges, getReadVariablesRecursive, getWrittenVariablesRecursive, isChangeable, isLeaf, iterator, numChildren, removeOutgoingEdge, setChangeable, swapChildAt, swapChildAt, toString
addIncomingEdge, addParent, addParent, addParent, addParent, addReadVariable, addRemovableReadVariable, addRemovableWriteVariable, addWriteVariable, getID, getIncomingEdges, getName, getParents, getProcessTree, getReadVariables, getRemovableReadVariables, getRemovableWrittenVariables, getWrittenVariables, isRoot, numParents, removeIncomingEdge, removeReadVariable, removeRemovableReadVariable, removeRemovableWriteVariable, removeWriteVariable, setProcessTree
equals, getDependentProperties, getDependentProperty, getDependentProperty, getIndependentProperties, getIndependentProperty, getIndependentProperty, hashCode, removeDependentProperty, removeDependentProperty, removeIndependentProperty, removeIndependentProperty, setDependentProperty, setDependentProperty, setIndependentProperty, setIndependentProperty, setName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addChild, addChild, addChildAt, addChildAt, addOutgoingEdge, addOutgoingEdgeAt, getChildren, getOutgoingEdges, isChangeable, iterator, numChildren, removeOutgoingEdge, setChangeable, swapChildAt, swapChildAt
addIncomingEdge, addParent, addParent, addParent, addReadVariable, addRemovableReadVariable, addRemovableWriteVariable, addWriteVariable, getIncomingEdges, getParents, getProcessTree, getReadVariables, getReadVariablesRecursive, getRemovableReadVariables, getRemovableWrittenVariables, getWrittenVariables, getWrittenVariablesRecursive, isLeaf, isRoot, numParents, removeIncomingEdge, removeReadVariable, removeRemovableReadVariable, removeRemovableWriteVariable, removeWriteVariable, setProcessTree
getDependentProperties, getDependentProperty, getDependentProperty, getID, getIndependentProperties, getIndependentProperty, getIndependentProperty, getName, removeDependentProperty, removeDependentProperty, removeIndependentProperty, removeIndependentProperty, setDependentProperty, setDependentProperty, setIndependentProperty, setIndependentProperty, setName
public Seq(java.lang.String name)
public Seq(java.util.UUID id, java.lang.String name)
public Seq(java.util.UUID id, java.lang.String name, java.util.List<Edge> incoming, java.util.List<Edge> outgoing)
public Seq(Block.Seq b)
public boolean orderingOfChildernMatters()
Block
orderingOfChildernMatters
in interface Block
public boolean expressionsOfOutgoingEdgesMatter()
Block
expressionsOfOutgoingEdgesMatter
in interface Block
public java.lang.String toStringShort()
Node
toStringShort
in interface Node