| Package | Description |
|---|---|
| org.processmining.models.workshop.graph |
| Modifier and Type | Method and Description |
|---|---|
WorkshopNode |
WorkshopEdge.getSource()
Gets the source node.
|
WorkshopNode |
WorkshopEdge.getTarget()
Gets the target node.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<WorkshopNode,WorkshopEdge> |
WorkshopGraph.getEmptyClone()
Gets an empty clone of this graph.
|
java.util.Set<WorkshopNode> |
WorkshopGraph.getNodes()
Gets all nodes in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkshopGraph.addNode(WorkshopNode node)
Adds a node to the 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.
|
| Constructor and Description |
|---|
WorkshopEdge(WorkshopNode source,
WorkshopNode target,
int cardinality)
Creates an edge from the given source node to the given target node with
given cardinality.
|