Uses of Class
org.processmining.partialorder.models.graph.PONode
-
Packages that use PONode Package Description org.processmining.partialorder.models.graph org.processmining.partialorder.models.graph.edge org.processmining.partialorder.models.graph.node -
-
Uses of PONode in org.processmining.partialorder.models.graph
Fields in org.processmining.partialorder.models.graph declared as PONode Modifier and Type Field Description protected PONodePOEdge. sourceprotected PONodePOEdge. targetMethods in org.processmining.partialorder.models.graph that return PONode Modifier and Type Method Description PONodePartialOrderGraph. getNode(java.lang.String source)PONodePartialOrderGraph. getNode(org.deckfour.xes.model.XEvent source)PONodePOEdge. getSource()PONodePOEdge. getTarget()Methods in org.processmining.partialorder.models.graph that return types with arguments of type PONode Modifier and Type Method Description protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<PONode,POEdge>PartialOrderGraph. getEmptyClone()java.util.Set<PONode>PartialOrderGraph. getNodes()Methods in org.processmining.partialorder.models.graph with parameters of type PONode Modifier and Type Method Description booleanPartialOrderGraph. addNode(PONode node)Adds a node to the graph.POEdgePartialOrderGraph. getEdge(PONode source, PONode target)Method parameters in org.processmining.partialorder.models.graph with type arguments of type PONode Modifier and Type Method Description protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement>PartialOrderGraph. cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<PONode,POEdge> graph)remove the node from the graphConstructors in org.processmining.partialorder.models.graph with parameters of type PONode Constructor Description POEdge(PONode source, PONode target)POEdge(PONode source, PONode target, PDependency relation) -
Uses of PONode in org.processmining.partialorder.models.graph.edge
Constructors in org.processmining.partialorder.models.graph.edge with parameters of type PONode Constructor Description POEdgeImp(PONode source, PONode target)POEdgeImp(PONode source, PONode target, float width)POEdgeLog(PONode source, PONode target, PDependency dep)POEdgeModel(PONode source, PONode target)POEdgeSync(PONode source, PONode target, PDependency dep)POEdgeTransitive(PONode source, PONode target) -
Uses of PONode in org.processmining.partialorder.models.graph.node
Subclasses of PONode in org.processmining.partialorder.models.graph.node Modifier and Type Class Description classPODataNodeThe class extends thePONodeand represents a data dependency between two events in the graph.classPOEventNodeThe class extends thePONodeand represents an event in the graph.classPOLogMoveNodeA POLogMoveNode in the partially ordered graph represents a move in the log A POLogMoveNode node is assigned the specific shapeShapeLogMoveclassPOModelMoveInvisibleNodeclassPOModelMoveNodeclassPOModelMoveVisibleNodeA POModelMoveNode in the partially ordered graph represents a move in the model A POModelMoveNode node is assigned the specific shapeRoundedRectclassPOMoveLogSimpleclassPOMoveModelSimpleclassPOMoveSyncSimpleclassPONodeMoveAn abstract node representation for "a move" in the po alignment graph.classPOPlaceSimpleclassPOSyncMoveNodeA POSyncMoveNode in the partially ordered graph represents a synchronized move between the trace and the model A POSyncMoveNode node is assigned the specific shapeShapeSyncMoveConstructors in org.processmining.partialorder.models.graph.node with parameters of type PONode Constructor Description PODataNode(int trace, PartialOrderGraph graph, PONode source, PONode target, PDependency relation)
-