Package | Description |
---|---|
org.processmining.models.connections | |
org.processmining.models.graphbased.directed |
Modifier and Type | Method and Description |
---|---|
java.util.List<DirectedGraphElement> |
GraphLayoutConnection.getMultiGraphElements(AttributeMapOwner owner) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphLayoutConnection.setMultiGraphElements(AttributeMapOwner owner,
java.util.List<DirectedGraphElement> tempGraphElements) |
Modifier and Type | Interface and 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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> |
class |
AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode> |
class |
AbstractDirectedGraphNode |
Modifier and Type | Method and 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())
|