public class PartialOrderVariant extends PartialOrder
edges, nodes| Constructor and Description |
|---|
PartialOrderVariant() |
PartialOrderVariant(TraceVariantPOrder variant,
java.lang.String timeGranularity) |
PartialOrderVariant(org.deckfour.xes.model.XTrace trace,
java.lang.String timeGranularity) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<Node,Edge> graph)
The returned mapping satisfies:
map.keySet().containsAll(graph.getNodes()) and
map.keySet().containsAll(graph.getEdges())
|
boolean |
equals(java.lang.Object obj) |
int |
getCount() |
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<Node,Edge> |
getEmptyClone() |
Node |
getEndingNode() |
Node |
getStartingNode() |
int |
hashCode() |
void |
removeNode(org.processmining.models.graphbased.directed.DirectedGraphNode cell) |
void |
setCount(int count) |
addEdge, addNode, buildShortestPaths, getEdges, getName, getNodeByKeyAndEventIndex, getNodeByKeyAndLabel, getNodeLabelAndCardinality, getNodes, getNodeShortestPaths, getShortestPaths, getTraceIndex, removeEdgecheckAddEdge, compareTo, getGraph, getInEdges, getOutEdges, graphElementAdded, graphElementChanged, graphElementRemoved, removeSurroundingEdgesgetEdges, removeFromEdges, removeNodeFromCollectiongetAttributeMap, getLabel, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic PartialOrderVariant(org.deckfour.xes.model.XTrace trace,
java.lang.String timeGranularity)
public PartialOrderVariant()
public PartialOrderVariant(TraceVariantPOrder variant, java.lang.String timeGranularity)
public boolean equals(java.lang.Object obj)
equals in interface org.processmining.models.graphbased.directed.DirectedGraphElementequals in class org.processmining.models.graphbased.AbstractGraphpublic void removeNode(org.processmining.models.graphbased.directed.DirectedGraphNode cell)
removeNode in interface org.processmining.models.graphbased.directed.DirectedGraph<Node,Edge>removeNode in class PartialOrderprotected org.processmining.models.graphbased.directed.AbstractDirectedGraph<Node,Edge> getEmptyClone()
getEmptyClone in class PartialOrderprotected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<Node,Edge> graph)
org.processmining.models.graphbased.directed.AbstractDirectedGraphcloneFrom in class PartialOrderpublic void setCount(int count)
public int getCount()
public Node getStartingNode()
getStartingNode in class PartialOrderpublic Node getEndingNode()
getEndingNode in class PartialOrderpublic int hashCode()
hashCode in interface org.processmining.models.graphbased.directed.DirectedGraphElementhashCode in class org.processmining.models.graphbased.AbstractGraph