Package org.processmining.models.graphbased.directed
package org.processmining.models.graphbased.directed
-
ClassDescriptionAbstractDirectedGraph<N extends DirectedGraphNode,
E extends DirectedGraphEdge<? extends N, ? extends N>> 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.Interface to represent a directed graph element that can be the child of a node.Interface to represent a directed graph node that contain other elements.Implementations of this class should also implement DirectedGraphEdge<N, ?>Implementations of this class should also implement DirectedGraphEdge<?, N>Main interface for elements of a directed graph.