Interface BoundaryDirectedGraphNode

All Superinterfaces:
AttributeMapOwner, Cloneable, 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