| Package | Description |
|---|---|
| org.processmining.models.graphbased.directed.epc |
| Modifier and Type | Method and Description |
|---|---|
Arc |
EPCGraph.addArc(EPCNode source,
EPCNode target) |
Arc |
EPCGraph.addArc(EPCNode source,
EPCNode target,
java.lang.String label) |
Arc |
EPCGraph.addArc(EPCNode source,
EPCNode target,
java.lang.String label,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Arc> |
EPCGraph.getArcs(EPCNode source,
EPCNode target) |