public class LoopCancel extends org.processmining.processtree.impl.AbstractBlock implements ILoopCancel
org.processmining.processtree.impl.AbstractBlock.And, org.processmining.processtree.impl.AbstractBlock.Def, org.processmining.processtree.impl.AbstractBlock.DefLoop, org.processmining.processtree.impl.AbstractBlock.Or, org.processmining.processtree.impl.AbstractBlock.PlaceHolder, org.processmining.processtree.impl.AbstractBlock.Seq, org.processmining.processtree.impl.AbstractBlock.Xor, org.processmining.processtree.impl.AbstractBlock.XorLoop
org.processmining.processtree.Block.And, org.processmining.processtree.Block.Def, org.processmining.processtree.Block.DefLoop, org.processmining.processtree.Block.Or, org.processmining.processtree.Block.PlaceHolder, org.processmining.processtree.Block.Seq, org.processmining.processtree.Block.Xor, org.processmining.processtree.Block.XorLoop
Constructor and Description |
---|
LoopCancel(ISCCompositeOr b) |
LoopCancel(java.lang.String name) |
LoopCancel(java.lang.String name,
java.util.List<org.processmining.processtree.Edge> incoming,
java.util.List<org.processmining.processtree.Edge> outgoing) |
LoopCancel(java.util.UUID id,
java.lang.String name) |
LoopCancel(java.util.UUID id,
java.lang.String name,
java.util.List<org.processmining.processtree.Edge> incoming,
java.util.List<org.processmining.processtree.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 LoopCancel(java.lang.String name)
public LoopCancel(java.util.UUID id, java.lang.String name)
public LoopCancel(java.lang.String name, java.util.List<org.processmining.processtree.Edge> incoming, java.util.List<org.processmining.processtree.Edge> outgoing)
public LoopCancel(java.util.UUID id, java.lang.String name, java.util.List<org.processmining.processtree.Edge> incoming, java.util.List<org.processmining.processtree.Edge> outgoing)
public LoopCancel(ISCCompositeOr b)
public boolean orderingOfChildernMatters()
org.processmining.processtree.Block
orderingOfChildernMatters
in interface org.processmining.processtree.Block
public boolean expressionsOfOutgoingEdgesMatter()
org.processmining.processtree.Block
expressionsOfOutgoingEdgesMatter
in interface org.processmining.processtree.Block
public java.lang.String toStringShort()
org.processmining.processtree.Node
toStringShort
in interface org.processmining.processtree.Node