| Package | Description |
|---|---|
| org.processmining.linearlayouts.graph |
| Modifier and Type | Field and Description |
|---|---|
Graph.Vertex |
Graph.Edge.source |
Graph.Vertex |
Graph.Edge.target |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Graph.Vertex> |
Graph.vertices |
| Constructor and Description |
|---|
Edge(Graph.Vertex source,
Graph.Vertex target,
java.lang.String label,
int depth,
boolean reversed,
boolean side) |
Edge(Graph.Vertex source,
Graph.Vertex target,
java.lang.String label,
int parent,
int depth,
boolean reversed,
boolean side) |