| Package | Description |
|---|---|
| org.processmining.partialordervisualizer.algorithms | |
| org.processmining.partialordervisualizer.models |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Node> |
Converter.sortNodes(PartialOrder partialOrder,
java.lang.String timeGranularity) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Node> |
PartialOrder.nodes |
| Modifier and Type | Method and Description |
|---|---|
Node |
PartialOrder.getEndingNode() |
Node |
PartialOrderVariant.getEndingNode() |
Node |
PartialOrder.getNodeByKeyAndEventIndex(long eventKey,
int eventIndex) |
Node |
PartialOrder.getNodeByKeyAndLabel(long eventKey,
java.lang.String eventLabel) |
Node |
PartialOrder.getNodeLabelAndCardinality(java.lang.String label,
int cardinality) |
Node |
PartialOrder.getStartingNode() |
Node |
PartialOrderVariant.getStartingNode() |
| Modifier and Type | Method and Description |
|---|---|
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<Node,Edge> |
PartialOrder.getEmptyClone() |
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<Node,Edge> |
PartialOrderVariant.getEmptyClone() |
java.util.Set<Node> |
PartialOrder.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartialOrder.addEdge(Node sourceNode,
Node targetNode,
EdgeType type) |
void |
PartialOrder.addNode(Node node) |
java.util.HashMap<java.lang.String,java.lang.Number> |
PartialOrder.getNodeShortestPaths(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
PartialOrder.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<Node,Edge> graph) |
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
PartialOrderVariant.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<Node,Edge> graph) |
| Constructor and Description |
|---|
Edge(Node source,
Node target,
EdgeType type) |