Package org.cristalise.kernel.lifecycle
Class LoopDef
- Version:
- $Revision: 1.19 $ $Date: 2005/09/29 10:18:31 $
- Author:
- $Author: abranson $
-
Field Summary
FieldsFields inherited from class org.cristalise.kernel.lifecycle.WfVertexDef
loopTested, mErrorsFields inherited from class org.cristalise.kernel.graph.model.GraphableVertex
mIsComposite -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate(TransactionKey transactionKey) booleanisLoop()booleanloop()Method loop.booleanverify()Method verify.Methods inherited from class org.cristalise.kernel.lifecycle.AndSplitDef
getRoutingScriptMethods inherited from class org.cristalise.kernel.lifecycle.WfVertexDef
configureInstance, getErrors, toStringMethods inherited from class org.cristalise.kernel.graph.model.GraphableVertex
addChild, deriveVersionNumber, getBuiltInProperty, getBuiltInProperty, getCentrePoint, getChildren, getChildrenEdges, getChildrenGraphModel, getCreationContext, getInEdgeIds, getInEdges, getInGraphables, getIsComposite, getIsLayoutable, getKeyValuePairs, getLayoutableChildren, getOtherPairingID, getOutEdgeIds, getOutEdges, getOutGraphables, getOutlinePoints, getPairingId, getParent, getPath, getProperties, isMyPair, search, setBuiltInProperty, setChildrenGraphModel, setIsComposite, setIsLayoutable, setKeyValuePairs, setParent, setProperties, updatePropertiesFromCollection, updatePropertiesFromCollectionMethods inherited from class org.cristalise.kernel.graph.model.Vertex
addInEdgeId, addOutEdgeId, clearTag, containsPoint, hasTag, isJoin, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTag
-
Field Details
-
hasLoop
public boolean hasLoop -
isNext
public int isNext
-
-
Constructor Details
-
LoopDef
public LoopDef()- See Also:
-
-
Method Details
-
loop
public boolean loop()Description copied from class:WfVertexDefMethod loop.- Overrides:
loopin classAndSplitDef- Returns:
- boolean
- See Also:
-
verify
public boolean verify()Description copied from class:WfVertexDefMethod verify.- Overrides:
verifyin classAndSplitDef- Returns:
- boolean
- See Also:
-
isLoop
public boolean isLoop() -
instantiate
public WfVertex instantiate(TransactionKey transactionKey) throws InvalidDataException, ObjectNotFoundException - Overrides:
instantiatein classXOrSplitDef- Throws:
InvalidDataExceptionObjectNotFoundException
-