Interface ContainableDirectedGraphElement
-
- All Superinterfaces:
AttributeMapOwner
public interface ContainableDirectedGraphElement extends AttributeMapOwner
Interface to represent a directed graph element that can be the child of a node. (E.g.: a task in a subprocess.)- Author:
- Remco Dijkman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainingDirectedGraphNode
getParent()
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
-
-
-
Method Detail
-
getParent
ContainingDirectedGraphNode getParent()
-
-