Uses of Interface
org.processmining.partialorder.ptrace.model.PTrace
-
-
Uses of PTrace in org.processmining.exception
Method parameters in org.processmining.exception with type arguments of type PTrace Modifier and Type Method Description static java.lang.ExceptionExceptionXFactory. newUnsupportedImplementation(java.lang.Class<? extends PTrace> pTraceClass) -
Uses of PTrace in org.processmining.partialorder.models.replay
Fields in org.processmining.partialorder.models.replay with type parameters of type PTrace Modifier and Type Field Description protected gnu.trove.map.TIntObjectMap<PTrace>PartialAwarePILPDelegate. t2POXTraceMethods in org.processmining.partialorder.models.replay that return PTrace Modifier and Type Method Description PTracePartialAwarePILPDelegate. getOrgPartialXTrace(int i)PTracePOSyncReplayResult. getPotrace()PTracePOAlignmentDataProvider. getPOTrace(int traceIndex)Methods in org.processmining.partialorder.models.replay with parameters of type PTrace Modifier and Type Method Description voidPartialAwarePILPDelegate. putTraceToPOXTrace(int trace, PTrace poXTrace)voidPOSyncReplayResult. setPotrace(PTrace potrace)Constructors in org.processmining.partialorder.models.replay with parameters of type PTrace Constructor Description SyncProductModel(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph model, PTrace potrace, org.deckfour.xes.classification.XEventClasses eclasses, org.processmining.models.semantics.petrinet.Marking orgInitialMarking, org.processmining.models.semantics.petrinet.Marking[] orgFinalMarkings, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping) -
Uses of PTrace in org.processmining.partialorder.plugins.replay
Methods in org.processmining.partialorder.plugins.replay with parameters of type PTrace Modifier and Type Method Description static PAlignmentPOAlignmentBuilder. computePAlignmentAndUpdateResult(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph, org.processmining.models.semantics.petrinet.Marking initialMarking, org.processmining.models.semantics.petrinet.Marking[] finalMarkings, org.deckfour.xes.classification.XEventClasses eventClasses, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, org.deckfour.xes.model.XTrace trace, PTrace potrace, int traceIndex, POSyncReplayResult pores) -
Uses of PTrace in org.processmining.partialorder.plugins.vis.palignment
Constructors in org.processmining.partialorder.plugins.vis.palignment with parameters of type PTrace Constructor Description PGraphInfoPanelImp(java.lang.Integer sortedSet, PTrace ptrace)For trace i, create trace information. -
Uses of PTrace in org.processmining.partialorder.ptrace.model
Subinterfaces of PTrace in org.processmining.partialorder.ptrace.model Modifier and Type Interface Description interfacePTraceExtendedMethods in org.processmining.partialorder.ptrace.model that return PTrace Modifier and Type Method Description PTracePLog. get(int traceIndex)Methods in org.processmining.partialorder.ptrace.model that return types with arguments of type PTrace Modifier and Type Method Description java.util.Collection<PTrace>PLog. getTraces()Methods in org.processmining.partialorder.ptrace.model with parameters of type PTrace Modifier and Type Method Description voidPLog. add(int traceIndex, PTrace trace) -
Uses of PTrace in org.processmining.partialorder.ptrace.model.imp
Classes in org.processmining.partialorder.ptrace.model.imp that implement PTrace Modifier and Type Class Description classPTraceExtendedAbstractclassPTraceExtendedProjectionImpclassPTraceExtendedRecursionImpclassPTraceImpA graphical data model of the partially ordered trace.Methods in org.processmining.partialorder.ptrace.model.imp that return types with arguments of type PTrace Modifier and Type Method Description java.util.Collection<PTrace>PLogImp. getTraces()Constructors in org.processmining.partialorder.ptrace.model.imp with parameters of type PTrace Constructor Description PTraceExtendedAbstract(PTrace ptrace)PTraceExtendedProjectionImp(PTrace pTrace)PTraceExtendedRecursionImp(PTrace pTrace) -
Uses of PTrace in org.processmining.partialorder.ptrace.plugins.builder.alg
Methods in org.processmining.partialorder.ptrace.plugins.builder.alg that return PTrace Modifier and Type Method Description PTracePTraceBuilderAlgAbstract. call()This method computes a p-trace for the given XTrace and update the XTrace with dependenciesPTracePTraceBlockstructuredBuilderAbstract. computePTrace(org.deckfour.xes.model.XTrace t, int traceIndex)PTracePTraceBuilderAlg. computePTrace(org.deckfour.xes.model.XTrace t, int traceIndex)abstract PTracePTraceBuilderAlgAbstract. computePTrace(org.deckfour.xes.model.XTrace t, int traceIndex)PTracePTraceDataAwareBuilderImp. computePTrace(org.deckfour.xes.model.XTrace t, int traceIndex)PTracePTraceExtensionBuilderImp. computePTrace(org.deckfour.xes.model.XTrace t, int traceIndex)Methods in org.processmining.partialorder.ptrace.plugins.builder.alg with parameters of type PTrace Modifier and Type Method Description static booleanPTraceUtil. areEventsWithInDistance(PTrace potrace, FilterDistance filter)static voidPTraceUtil. computeAndSetTransitiveReduction(PTrace ptrace)For each edge in the ptrace, compute isDirect and setDirectstatic voidPTraceUtil. computeCompleteRelations(PTrace ptrace)Given a ptrace, the function computes the Eventually-followed-by relations and the Uncertainty relations and add it to ptrace. -
Uses of PTrace in org.processmining.partialorder.ptrace.plugins.conversion
Methods in org.processmining.partialorder.ptrace.plugins.conversion with parameters of type PTrace Modifier and Type Method Description PartialOrderGraphPTraceToGraphConversion. convert(PTrace ptrace, PartialVisualType type, org.deckfour.xes.classification.XEventClassifier classifier)PartialOrderGraphPTraceToGraphConversion. convertDefault(org.processmining.framework.plugin.PluginContext context, PTrace trace, PartialVisualType type)
-