| Interface | Description |
|---|---|
| BoundaryDirectedGraphNode |
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.
|
| ContainableDirectedGraphElement |
Interface to represent a directed graph element that can be the child of a
node.
|
| ContainingDirectedGraphNode |
Interface to represent a directed graph node that contain other elements.
|
| DirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> | |
| DirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode> | |
| DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode> |
Implementations of this class should also implement DirectedGraphEdge
|
| DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode> |
Implementations of this class should also implement DirectedGraphEdge,
N>
|
| DirectedGraphElement |
Main interface for elements of a directed graph.
|
| DirectedGraphNode |
| Class | Description |
|---|---|
| AbstractDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> | |
| AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode> | |
| AbstractDirectedGraphNode | |
| DirectedGraphElementWeights |