| Package | Description |
|---|---|
| org.processmining.partialordervisualizer.models |
| Modifier and Type | Method and Description |
|---|---|
EdgeType |
Edge.getType() |
static EdgeType |
EdgeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EdgeType[] |
EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartialOrder.addEdge(Node sourceNode,
Node targetNode,
EdgeType type) |
void |
Edge.setType(EdgeType type) |
| Constructor and Description |
|---|
Edge(Node source,
Node target,
EdgeType type) |