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 booleanGraphLayoutConnection. 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 interfaceBoundaryDirectedGraphNodeInterface 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.interfaceContainingDirectedGraphNodeInterface to represent a directed graph node that contain other elements.interfaceDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>interfaceDirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode>interfaceDirectedGraphNodeClasses in org.processmining.models.graphbased.directed that implement DirectedGraphElement Modifier and Type Class Description classAbstractDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>classAbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>classAbstractDirectedGraphNodeMethods 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())
-