Uses of Interface
org.processmining.partialorder.models.dependency.Dependency
-
-
Uses of Dependency in org.processmining.partialorder.models.dependency
Subinterfaces of Dependency in org.processmining.partialorder.models.dependency Modifier and Type Interface Description interfacePDependencyClasses in org.processmining.partialorder.models.dependency that implement Dependency Modifier and Type Class Description classDependencyImp<T>classDependencyXIDclassPDependencyDataAwareThe DataAwareRelation stores the preceding relation between two events in the partially ordered traceclassPDependencyImp -
Uses of Dependency in org.processmining.partialorder.models.palignment
Subinterfaces of Dependency in org.processmining.partialorder.models.palignment Modifier and Type Interface Description interfaceMoveDependency -
Uses of Dependency in org.processmining.partialorder.models.palignment.dependency
Subinterfaces of Dependency in org.processmining.partialorder.models.palignment.dependency Modifier and Type Interface Description interfaceMoveDependencyLogClasses in org.processmining.partialorder.models.palignment.dependency that implement Dependency Modifier and Type Class Description classMoveDependencyAbtractclassMoveDependencyLinearclassMoveDependencyLogImpclassMoveDependencyModelclassMoveDependencySync -
Uses of Dependency in org.processmining.partialorder.zexperiment
Methods in org.processmining.partialorder.zexperiment that return types with arguments of type Dependency Modifier and Type Method Description java.util.Set<Dependency<java.lang.String>>DirectlyPrecededGraph. getActivatedDirPrecedings()java.util.List<Dependency<org.deckfour.xes.model.XEvent>>LogNoiseRecorder. getAddedDependencies(int traceIndex)java.util.List<Dependency<org.deckfour.xes.model.XEvent>>LogNoiseRecorder. getAddedDependencies(int traceIndex, MoveAdded added)java.util.Set<Dependency<java.lang.String>>DirectlyPrecededGraph. getChoiceDependencySet(Dependency<java.lang.String> e)Methods in org.processmining.partialorder.zexperiment with parameters of type Dependency Modifier and Type Method Description java.util.Set<Dependency<java.lang.String>>DirectlyPrecededGraph. getChoiceDependencySet(Dependency<java.lang.String> e)Method parameters in org.processmining.partialorder.zexperiment with type arguments of type Dependency Modifier and Type Method Description voidDirectlyPrecededGraph. addChoiceDepedencies(java.util.Set<Dependency<java.lang.String>> xorDepedencies)protected voidExperiment. computeDependencyMetricOfTrace(java.util.Collection<POEdge> reductedalignment, DirectlyPrecededGraph dirPreceded, java.util.List<Dependency<org.deckfour.xes.model.XEvent>> deps, ExpMetricPerTrace traceMetric, PartialOrderGraph poalignment)
-