Uses of Interface
org.processmining.models.graphbased.directed.DirectedGraphElement
-
Packages that use DirectedGraphElement Package Description org.processmining.models.connections org.processmining.models.graphbased.directed -
-
Uses of DirectedGraphElement in org.processmining.models.connections
Methods in org.processmining.models.connections that return types with arguments of type DirectedGraphElement Modifier and Type Method Description java.util.List<DirectedGraphElement>
GraphLayoutConnection. getMultiGraphElements(AttributeMapOwner owner)
Method parameters in org.processmining.models.connections with type arguments of type DirectedGraphElement Modifier and Type Method Description boolean
GraphLayoutConnection. setMultiGraphElements(AttributeMapOwner owner, java.util.List<DirectedGraphElement> tempGraphElements)
-
Uses of DirectedGraphElement in org.processmining.models.graphbased.directed
Subinterfaces of DirectedGraphElement in org.processmining.models.graphbased.directed Modifier and Type Interface Description interface
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.interface
ContainingDirectedGraphNode
Interface to represent a directed graph node that contain other elements.interface
DirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>
interface
DirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode>
interface
DirectedGraphNode
Classes in org.processmining.models.graphbased.directed that implement DirectedGraphElement Modifier and Type Class Description class
AbstractDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>
class
AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>
class
AbstractDirectedGraphNode
Methods in org.processmining.models.graphbased.directed that return types with arguments of type DirectedGraphElement Modifier and Type Method Description protected abstract java.util.Map<? extends DirectedGraphElement,? extends DirectedGraphElement>
AbstractDirectedGraph. cloneFrom(DirectedGraph<N,E> graph)
The returned mapping satisfies: map.keySet().containsAll(graph.getNodes()) and map.keySet().containsAll(graph.getEdges())protected abstract java.util.Map<? extends DirectedGraphElement,? extends DirectedGraphElement>
AbstractDirectedGraph. cloneFrom(DirectedGraph<N,E> graph)
The returned mapping satisfies: map.keySet().containsAll(graph.getNodes()) and map.keySet().containsAll(graph.getEdges())
-