| Package | Description |
|---|---|
| org.processmining.models.PDMFromEventLog |
| Modifier and Type | Class and Description |
|---|---|
class |
EPDMDataElement |
class |
EPDMOperation |
class |
EPDMOperationData |
| Modifier and Type | Method and Description |
|---|---|
EPDMElement |
EPDMOperation.getElement() |
| Modifier and Type | Method and Description |
|---|---|
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<EPDMElement,EPDMEdge> |
EPDMModel.getEmptyClone() |
java.util.Set<EPDMElement> |
EPDMModel.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
EPDMModel.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<EPDMElement,EPDMEdge> graph) |
| Constructor and Description |
|---|
EPDMEdge(EPDMElement source,
EPDMElement target,
java.lang.String label,
java.lang.Boolean incoming) |