Interface TemplateDeltaLayer
-
- All Superinterfaces:
DeltaLayer
,Serializable
,UserAttributeContainer
public interface TemplateDeltaLayer extends DeltaLayer, UserAttributeContainer
TODO Methods may change - document and implement later.
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
Generated ID for serialisation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getChildNodeID(int parentNodeID)
int
getParentNodeID(int childNodeID)
Map<Integer,Integer>
getParentToChildIDMapping()
-
Methods inherited from interface de.aristaflow.adept2.model.processmodel.DeltaLayer
getChangedDataElementProperties, getChangedEBPProperties, getChangedEdgeProperties, getChangedEdgeProperties, getChangedNodeProperties, getDataEdges, getDataElements, getEdges, getNodes, getPredByEdgeType, getSuccByEdgeType
-
Methods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
Generated ID for serialisation.- See Also:
- Constant Field Values
-
-