Uses of Interface
org.processmining.partialorder.models.dependency.PDependency
-
-
Uses of PDependency in org.processmining.partialorder.models.dependency
Classes in org.processmining.partialorder.models.dependency that implement PDependency Modifier and Type Class Description classPDependencyDataAwareThe DataAwareRelation stores the preceding relation between two events in the partially ordered traceclassPDependencyImpMethods in org.processmining.partialorder.models.dependency that return PDependency Modifier and Type Method Description static PDependencyDependencyFactory. createConcurrentDependency(int sourceId, int targetId)static PDependencyDependencyFactory. createDirectlyDependency(int sourceId, int targetId)static PDependencyDependencyFactory. createEventuallyDependency(int sourceId, int targetId)static PDependencyDependencyFactory. createSimpleDirectDependency(int sourceId, int targetId)static PDependencyDependencyFactory. createUncertainDependency(int sourceId, int targetId) -
Uses of PDependency in org.processmining.partialorder.models.graph
Fields in org.processmining.partialorder.models.graph declared as PDependency Modifier and Type Field Description protected PDependencyPOEdge. relationMethods in org.processmining.partialorder.models.graph that return PDependency Modifier and Type Method Description PDependencyPOEdge. getRelation()Methods in org.processmining.partialorder.models.graph with parameters of type PDependency Modifier and Type Method Description voidPOEdge. setRelation(PDependency r)Constructors in org.processmining.partialorder.models.graph with parameters of type PDependency Constructor Description POEdge(PONode source, PONode target, PDependency relation) -
Uses of PDependency in org.processmining.partialorder.models.graph.edge
Constructors in org.processmining.partialorder.models.graph.edge with parameters of type PDependency Constructor Description POEdgeLog(PONode source, PONode target, PDependency dep)POEdgeSync(PONode source, PONode target, PDependency dep) -
Uses of PDependency in org.processmining.partialorder.models.graph.node
Methods in org.processmining.partialorder.models.graph.node that return PDependency Modifier and Type Method Description PDependencyPODataNode. getRelation()Methods in org.processmining.partialorder.models.graph.node with parameters of type PDependency Modifier and Type Method Description voidPODataNode. setRelation(PDependency relation)Constructors in org.processmining.partialorder.models.graph.node with parameters of type PDependency Constructor Description PODataNode(int trace, PartialOrderGraph graph, PONode source, PONode target, PDependency relation) -
Uses of PDependency in org.processmining.partialorder.models.palignment
Methods in org.processmining.partialorder.models.palignment that return PDependency Modifier and Type Method Description PDependencyMoveDependency. getEventDependency()Methods in org.processmining.partialorder.models.palignment with parameters of type PDependency Modifier and Type Method Description static MoveDependencyMoveDependencyFactory. updateDependency(SyncProductModel.PlaceType placeType, Move snode, Move tnode, MoveDependency edge, PDependency r) -
Uses of PDependency in org.processmining.partialorder.models.palignment.dependency
Methods in org.processmining.partialorder.models.palignment.dependency that return PDependency Modifier and Type Method Description PDependencyMoveDependencyLinear. getEventDependency()PDependencyMoveDependencyLogImp. getEventDependency()PDependencyMoveDependencyModel. getEventDependency()PDependencyMoveDependencySync. getEventDependency()Constructors in org.processmining.partialorder.models.palignment.dependency with parameters of type PDependency Constructor Description MoveDependencyLogImp(Move source, Move target, PDependency r)MoveDependencySync(Move source, Move target, PDependency r) -
Uses of PDependency in org.processmining.partialorder.ptrace.model
Methods in org.processmining.partialorder.ptrace.model that return PDependency Modifier and Type Method Description PDependencyPTrace. getDependency(int sourceEventIndex, int targetEventIndex)Methods in org.processmining.partialorder.ptrace.model that return types with arguments of type PDependency Modifier and Type Method Description java.util.Collection<PDependency>PTrace. getDependencies()Methods in org.processmining.partialorder.ptrace.model with parameters of type PDependency Modifier and Type Method Description booleanPTrace. addDependency(PDependency relation, int sourceEventIndex, int targetEventIndex) -
Uses of PDependency in org.processmining.partialorder.ptrace.model.imp
Methods in org.processmining.partialorder.ptrace.model.imp that return PDependency Modifier and Type Method Description PDependencyPTraceImp. getDependency(int source, int target)Methods in org.processmining.partialorder.ptrace.model.imp that return types with arguments of type PDependency Modifier and Type Method Description java.util.Collection<PDependency>PTraceImp. getDependencies()Methods in org.processmining.partialorder.ptrace.model.imp with parameters of type PDependency Modifier and Type Method Description booleanPTraceImp. addDependency(PDependency relation, int sourceEventIndex, int targetEventIndex)
-