Interface InstanceDeltaLayer
-
- All Superinterfaces:
DeltaLayer
,LocalisedString
,PluginDataContainer
,Serializable
,Template
,UserAttributeContainer
public interface InstanceDeltaLayer extends Template, DeltaLayer
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
Generated ID for serialisation.
-
Method Summary
-
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.i18n.LocalisedString
toLocalisedString
-
Methods inherited from interface de.aristaflow.adept2.model.common.PluginDataContainer
getPluginData, getPluginDatas, getSupportedPlugins
-
Methods inherited from interface de.aristaflow.adept2.model.processmodel.Template
getConfiguration, getConfigurationDescription, getConnector, getDataEdge, getDataEdgeStructure, getDataElement, getDataElement, getDataElements, getDataElementsForNode, getDeltaLayer, getDescription, getDisabledConnectors, getEdge, getEdgeStructure, getEndNode, getID, getInstanceNameTemplate, getMinBlock, getName, getNode, getNodeBranchID, getNodeCorrespondingBlockNodeID, getNodeIDForTopologicalID, getNodeIDsInArea, getNodeIDsWithActivityTemplate, getNodes, getNodesForDataElement, getNodeSplitNodeID, getNodeTopologicalID, getNodeType, getParameters, getPredByEdgeType, getProcessType, getStartNode, getSuccByEdgeType, getSupervisorAgent, getTestConfiguration, getUnconnectedConnectors, getVersion, isTransPredOf
-
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
-
-