Uses of Class
org.processmining.partialorder.ptrace.param.PTraceParameter
-
-
Uses of PTraceParameter in org.processmining.connection
Constructors in org.processmining.connection with parameters of type PTraceParameter Constructor Description PAlignmentResultConnection(org.deckfour.xes.model.XLog log, PLog poTraces, org.processmining.plugins.petrinet.replayresult.PNRepResult pnResult, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam parameters, PTraceParameter poparameters)PLogConnection(java.lang.String label, org.deckfour.xes.model.XLog log, PLog poTraces, PTraceParameter poparameters)PLogConnection(org.deckfour.xes.model.XLog log, PLog poTraces, PTraceParameter poparameters) -
Uses of PTraceParameter in org.processmining.partialorder.plugins.replay
Constructors in org.processmining.partialorder.plugins.replay with parameters of type PTraceParameter Constructor Description StandardPTraceConverter(PLog log, PTraceParameter parameter) -
Uses of PTraceParameter in org.processmining.partialorder.plugins.vis.palignment
Constructors in org.processmining.partialorder.plugins.vis.palignment with parameters of type PTraceParameter Constructor Description PAlignmentsResultConnection(org.deckfour.xes.model.XLog log, PLog poTraces, PAlignments pnResult, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam parameters, PTraceParameter poparameters) -
Uses of PTraceParameter in org.processmining.partialorder.ptrace.param
Subclasses of PTraceParameter in org.processmining.partialorder.ptrace.param Modifier and Type Class Description classPAlignmentParameterFields in org.processmining.partialorder.ptrace.param declared as PTraceParameter Modifier and Type Field Description protected PTraceParameterPTraceParameterDialog. paramMethods in org.processmining.partialorder.ptrace.param that return PTraceParameter Modifier and Type Method Description static PTraceParameterPTraceParameterFactory. getParameter()static PTraceParameterPTraceParameterFactory. getParameterViaGui(org.processmining.contexts.uitopia.UIPluginContext context)static PTraceParameterPTraceParameterFactory. updateParameterViaGui(org.processmining.contexts.uitopia.UIPluginContext context, PTraceParameter param)Methods in org.processmining.partialorder.ptrace.param with parameters of type PTraceParameter Modifier and Type Method Description static PTraceParameterPTraceParameterFactory. updateParameterViaGui(org.processmining.contexts.uitopia.UIPluginContext context, PTraceParameter param)Constructors in org.processmining.partialorder.ptrace.param with parameters of type PTraceParameter Constructor Description PTraceParameterDialog(org.processmining.contexts.uitopia.UIPluginContext context, PTraceParameter param) -
Uses of PTraceParameter in org.processmining.partialorder.ptrace.plugins.builder
Methods in org.processmining.partialorder.ptrace.plugins.builder with parameters of type PTraceParameter Modifier and Type Method Description static PLogPTraceConstructionFactory. callContructPLogWorkflow(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PTraceParameter parameter)This function executes the workflow to (re)construct a PLog from the input logstatic PLogPLogPlugin. computePTraces(org.deckfour.xes.model.XLog origLog, PTraceParameter param)PLogPLogPlugin. computePTraces(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog origLog, PTraceParameter param)PLogPLogPlugin. computePTracesViaGui(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PTraceParameter parameter)static PTraceBuilderAlgPTraceConstructionFactory. getPTraceBuilder(int i, org.deckfour.xes.model.XTrace t, PTraceParameter param) -
Uses of PTraceParameter in org.processmining.partialorder.ptrace.plugins.builder.alg
Constructors in org.processmining.partialorder.ptrace.plugins.builder.alg with parameters of type PTraceParameter Constructor Description PTraceBlockstructuredBuilderAbstract(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)PTraceBuilderAlgAbstract(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)PTraceDataAwareBuilderImp(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)PTraceExtensionBuilderImp(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)PTraceSameDayBuilderImp(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)PTraceSameTimeBuilderImp(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)PTraceSequentialBuilderImp(int traceIndex, org.deckfour.xes.model.XTrace t, PTraceParameter param)
-