| Package | Description |
|---|---|
| org.processmining.models.workshop.graph |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WorkshopEdge> |
WorkshopGraph.getEdges()
Gets all edges in the graph.
|
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<WorkshopNode,WorkshopEdge> |
WorkshopGraph.getEmptyClone()
Gets an empty clone of this graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkshopGraph.addEdge(WorkshopEdge edge)
Adds an edge to this graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
WorkshopGraph.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<WorkshopNode,WorkshopEdge> graph)
Clones all nodes and edges from the given graph to this graph.
|