Interface BoundaryDirectedGraphNode
-
- All Superinterfaces:
AttributeMapOwner
,java.lang.Cloneable
,java.lang.Comparable<DirectedGraphNode>
,DirectedGraphElement
,DirectedGraphNode
public interface BoundaryDirectedGraphNode extends DirectedGraphNode
Interface to represent a node that can be drawn on the boundary of another node (e.g.: an exception on a BPMN activity.) The other node will be a ContainingDirectedGraphNode.- Author:
- Remco Dijkman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectedGraphNode
getBoundingNode()
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getGraph, getLabel, hashCode
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphNode
getId
-
-
-
-
Method Detail
-
getBoundingNode
DirectedGraphNode getBoundingNode()
-
-