Uses of Class
org.processmining.partialorder.models.graph.POEdge
-
-
Uses of POEdge in org.processmining.partialorder.models.graph
Methods in org.processmining.partialorder.models.graph that return POEdge Modifier and Type Method Description POEdgePartialOrderGraph. getEdge(PONode source, PONode target)Methods in org.processmining.partialorder.models.graph that return types with arguments of type POEdge Modifier and Type Method Description java.util.Set<POEdge>PartialOrderGraph. getEdges()protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<PONode,POEdge>PartialOrderGraph. getEmptyClone()Methods in org.processmining.partialorder.models.graph with parameters of type POEdge Modifier and Type Method Description voidPartialOrderGraph. addEdge(POEdge edge)Adds an edge to this graph.Method parameters in org.processmining.partialorder.models.graph with type arguments of type POEdge 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 graphvoidPartialOrderGraph. removeEdges(java.util.Collection<POEdge> edges)voidPartialOrderGraph. retainEdges(java.util.Collection<POEdge> ddeps) -
Uses of POEdge in org.processmining.partialorder.models.graph.edge
Subclasses of POEdge in org.processmining.partialorder.models.graph.edge Modifier and Type Class Description classPOEdgeImpclassPOEdgeLogclassPOEdgeModelclassPOEdgeSyncclassPOEdgeTransitive -
Uses of POEdge in org.processmining.partialorder.plugins.vis
Methods in org.processmining.partialorder.plugins.vis that return types with arguments of type POEdge Modifier and Type Method Description static java.util.Collection<POEdge>PartialOrderGraphFactory. computeTransitiveReduction(PartialOrderGraph poalignment) -
Uses of POEdge in org.processmining.partialorder.plugins.vis.palignment
Methods in org.processmining.partialorder.plugins.vis.palignment with parameters of type POEdge Modifier and Type Method Description abstract voidPGraphInfoPanel. updateInfo(POEdge edge)voidPGraphInfoPanelImp. updateInfo(POEdge edge) -
Uses of POEdge in org.processmining.partialorder.zexperiment
Method parameters in org.processmining.partialorder.zexperiment with type arguments of type POEdge Modifier and Type Method Description protected voidExperiment. computeDependencyMetricOfTrace(java.util.Collection<POEdge> reductedalignment, DirectlyPrecededGraph dirPreceded, java.util.List<Dependency<org.deckfour.xes.model.XEvent>> deps, ExpMetricPerTrace traceMetric, PartialOrderGraph poalignment)
-