Uses of Interface
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model.StochasticPathLanguage
-
-
Uses of StochasticPathLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage that return StochasticPathLanguage Modifier and Type Method Description static <A extends PartialOrder>
StochasticPathLanguage<A>GetStochasticLanguage. getA(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, Activity2IndexKey activityKey, EMSCParametersModelModelPartial<A,?> parameters, org.processmining.framework.plugin.ProMCanceller canceller)static <B extends PartialOrder>
StochasticPathLanguage<B>GetStochasticLanguage. getB(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, Activity2IndexKey activityKey, EMSCParametersLogModelPartial<?,B> parameters, org.processmining.framework.plugin.ProMCanceller canceller)static <B extends PartialOrder>
StochasticPathLanguage<B>GetStochasticLanguage. getB(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, Activity2IndexKey activityKey, EMSCParametersModelModelPartial<?,B> parameters, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of StochasticPathLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model
Classes in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model that implement StochasticPathLanguage Modifier and Type Class Description classStochasticPathLanguageImpl<A>A stochastic path is a list of transitions.Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model that return StochasticPathLanguage Modifier and Type Method Description static StochasticPathLanguage<TotalOrder>StochasticPetriNet2StochasticPathLanguage. convert(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, LanguageGenerationStrategyFromModel terminationStrategy, Activity2IndexKey activityKey, int numberOfThreads, org.processmining.framework.plugin.ProMCanceller canceller)Assumption: the deadlock markings are equal to the final markings.Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model with parameters of type StochasticPathLanguage Modifier and Type Method Description static java.lang.StringStochasticPathLanguage2String. convert(StochasticPathLanguage<?> language) -
Uses of StochasticPathLanguage in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder
Classes in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder that implement StochasticPathLanguage Modifier and Type Class Description classStochasticPathLanguagePartialOrderImplMethods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder that return StochasticPathLanguage Modifier and Type Method Description static StochasticPathLanguage<PartialOrder>StochasticPetrinet2StochasticLanguagePartialOrder. convert(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, Activity2IndexKey activityKey, LanguageGenerationStrategyFromModelPartialOrder generationStrategy, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of StochasticPathLanguage in org.processmining.earthmoversstochasticconformancechecking.tracealignments
Methods in org.processmining.earthmoversstochasticconformancechecking.tracealignments with parameters of type StochasticPathLanguage Modifier and Type Method Description static StochasticTraceAlignmentsLogModelComputeStochasticTraceAlignments. computeLogModel(ReallocationMatrix reallocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net)Compute the stochastic alignment.static StochasticTraceAlignmentsModelModelComputeStochasticTraceAlignments. computeModelModel(ReallocationMatrix relocationMatrix, double similarity, StochasticPathLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netB)Compute the stochastic alignment.static StochasticTraceAlignmentsLogModelComputeStochasticTraceAlignments. emptyLogModel(ReallocationMatrix reallocationMatrix, double similarity, StochasticLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net)static StochasticTraceAlignmentsModelModelComputeStochasticTraceAlignments. emptyModelModel(ReallocationMatrix relocationMatrix, double similarity, StochasticPathLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netB)Constructors in org.processmining.earthmoversstochasticconformancechecking.tracealignments with parameters of type StochasticPathLanguage Constructor Description StochasticTraceAlignmentsLogModel(ReallocationMatrix relocationMatrix, double similarity, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet net, StochasticLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB)StochasticTraceAlignmentsModelModel(ReallocationMatrix relocationMatrix, double similarity, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netA, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet netB, StochasticPathLanguage<TotalOrder> languageA, StochasticPathLanguage<TotalOrder> languageB)
-