| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<org.yawlfoundation.yawl.editor.elements.model.YAWLTask,Function> |
YAWL2EPC.taskActivityMapping |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<org.yawlfoundation.yawl.editor.elements.model.YAWLTask,Function> |
YAWL2EPC.getYAWLTaskToEPCFunctionMapping()
Returns a task mapping of the input YAWL tasks to the
corresponding EPC functions in the converted model.
|