| Package | Description |
|---|---|
| org.processmining.xlu.matching.models | |
| org.processmining.xlu.matching.models.impl |
| Modifier and Type | Method and Description |
|---|---|
EEdge |
EGraphFactory.createEdge(EGraph graph,
int newSourceId,
int newTargetId) |
EEdge |
EGraph.getEdge(int newSourceId,
int newTargetId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EEdge> |
EGraph.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
int |
EGraph.addEdge(EEdge edge) |
| Modifier and Type | Class and Description |
|---|---|
class |
EEdgeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EEdge> |
EGraphImp.edges |
| Modifier and Type | Method and Description |
|---|---|
EEdge |
EGraphImp.getEdge(int newSourceId,
int newTargetId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EEdge> |
EGraphImp.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
int |
EGraphImp.addEdge(EEdge edge) |