public abstract class WfVertexDef extends GraphableVertex
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
loopTested |
Vector<String> |
mErrors |
mIsComposite| Constructor and Description |
|---|
WfVertexDef() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureInstance(WfVertex newVertex,
TransactionKey transactionKey)
Copies Properties from vertex definition to vertex instance, and also set the Edges
|
String |
getErrors()
Method getErrors.
|
abstract WfVertex |
instantiate(TransactionKey transactionKey) |
boolean |
loop()
Method loop.
|
abstract boolean |
verify()
Method verify.
|
addChild, deriveVersionNumber, getBuiltInProperty, getBuiltInProperty, getCentrePoint, getChildren, getChildrenEdges, getChildrenGraphModel, getCreationContext, getInEdgeIds, getInEdges, getIsComposite, getIsLayoutable, getKeyValuePairs, getLayoutableChildren, getOutEdgeIds, getOutEdges, getOutGraphables, getOutlinePoints, getParent, getPath, getProperties, search, setBuiltInProperty, setChildrenGraphModel, setIsComposite, setIsLayoutable, setKeyValuePairs, setParent, setProperties, updatePropertiesFromCollection, updatePropertiesFromCollectionaddInEdgeId, addOutEdgeId, clearTag, containsPoint, hasTag, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTagpublic abstract WfVertex instantiate(TransactionKey transactionKey) throws ObjectNotFoundException, InvalidDataException
public void configureInstance(WfVertex newVertex, TransactionKey transactionKey) throws InvalidDataException, ObjectNotFoundException
newVertex - the vertex instance to be configuredInvalidDataException - inconsistent dataObjectNotFoundException - data was not foundpublic abstract boolean verify()
public String getErrors()
public boolean loop()
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.