Uses of Class
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey
-
-
Uses of Activity2IndexKey in org.processmining.earthmoversstochasticconformancechecking.algorithms
Methods in org.processmining.earthmoversstochasticconformancechecking.algorithms with parameters of type Activity2IndexKey Modifier and Type Method Description static StochasticLanguage<TotalOrder>XLog2StochasticLanguage. convert(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, Activity2IndexKey activityKey, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of Activity2IndexKey in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage that return Activity2IndexKey Modifier and Type Method Description Activity2IndexKeyStochasticLanguage. getActivityKey()Return the key that can be used to get activity labels.Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage with parameters of type Activity2IndexKey Modifier and Type Method Description static <A extends Order>
StochasticLanguage<A>GetStochasticLanguage. getA(org.deckfour.xes.model.XLog log, EMSCParametersLogModelPartial<A,?> parameters, Activity2IndexKey activityKey, org.processmining.framework.plugin.ProMCanceller canceller)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 Activity2IndexKey in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model that return Activity2IndexKey Modifier and Type Method Description Activity2IndexKeyStochasticPathLanguageImpl. getActivityKey()Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model with parameters of type Activity2IndexKey Modifier and Type Method Description static java.lang.StringStochasticPath2String. convert(int[] path, StochasticTransition2IndexKey transitionKey, Activity2IndexKey activityKey)static voidStochasticPath2String. convert(int[] path, StochasticTransition2IndexKey transitionKey, Activity2IndexKey activityKey, java.lang.StringBuilder result)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.voidStochasticPathLanguageImpl. setActivityKey(Activity2IndexKey activityKey)Constructors in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model with parameters of type Activity2IndexKey Constructor Description StochasticPathLanguageImpl(StochasticTransition2IndexKey transitionKey, Activity2IndexKey activityKey)StochasticTransition2IndexKey(org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSemantics semantics, Activity2IndexKey activityKey) -
Uses of Activity2IndexKey in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder that return Activity2IndexKey Modifier and Type Method Description Activity2IndexKeyStochasticLanguagePartialOrderUncertain. getActivityKey()Activity2IndexKeyStochasticPathLanguagePartialOrderImpl. getActivityKey()Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder with parameters of type Activity2IndexKey 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)static StochasticLanguage<PartialOrderUncertain>XLog2StochasticLanguagePartialOrderEqualTimestamp. convert(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, Activity2IndexKey activityKey, org.processmining.framework.plugin.ProMCanceller canceller)static java.util.List<gnu.trove.list.TIntList>XLog2StochasticLanguagePartialOrderEqualTimestamp. createBuckets(org.deckfour.xes.model.XTrace trace, org.deckfour.xes.classification.XEventClassifier classifier, Activity2IndexKey activityKey)voidStochasticPathLanguagePartialOrderImpl. setActivityKey(Activity2IndexKey activityKey)static java.lang.StringPartialOrder2String. toStringActivity(int[] partialOrder, Activity2IndexKey activityKey)Constructors in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder with parameters of type Activity2IndexKey Constructor Description StochasticLanguagePartialOrderUncertain(Activity2IndexKey activityKey)StochasticPathLanguagePartialOrderImpl(StochasticTransition2IndexKey transitionKey, Activity2IndexKey activityKey)
-