| Package | Description |
|---|---|
| org.processmining.models.graphbased.directed.epc | |
| org.processmining.models.graphbased.directed.epc.elements |
| Modifier and Type | Method and Description |
|---|---|
Function |
EPCGraph.addFunction(java.lang.String label) |
Function |
EPCGraph.removeFunction(Function function) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Function> |
EPCGraph.getFunctions() |
java.util.Collection<Function> |
EPCNode.getPrecedingFunctions() |
java.util.Collection<Function> |
EPCNode.getSucceedingFunctions() |
java.util.Collection<Function> |
EPCNode.getSurroundingFunctions() |
| Modifier and Type | Method and Description |
|---|---|
Function |
EPCGraph.removeFunction(Function function) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableFunction |