Modifier and Type | Method and Description |
---|---|
static StochasticLanguageLog |
XLog2StochasticLanguage.convert(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier,
Activity2IndexKey activityKey,
org.processmining.framework.plugin.ProMCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
Activity2IndexKey |
StochasticLanguage.getActivityKey()
Return the key that can be used to get activity labels.
|
Modifier and Type | Field and Description |
---|---|
protected Activity2IndexKey |
StochasticPathLanguageImpl.activityKey |
Modifier and Type | Method and Description |
---|---|
Activity2IndexKey |
StochasticPathLanguageImpl.getActivityKey() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
StochasticPath2String.convert(int[] path,
StochasticTransition2IndexKey transitionKey,
Activity2IndexKey activityKey) |
static void |
StochasticPath2String.convert(int[] path,
StochasticTransition2IndexKey transitionKey,
Activity2IndexKey activityKey,
java.lang.StringBuilder result) |
static org.processmining.plugins.InductiveMiner.Pair<StochasticLanguageModel,TransitionMap> |
StochasticPetriNet2StochasticPathLanguage.convert(org.processmining.models.graphbased.directed.petrinet.StochasticNet net,
org.processmining.models.semantics.petrinet.Marking initialMarking,
TerminationStrategy terminationStrategy,
Activity2IndexKey activityKey,
org.processmining.framework.plugin.ProMCanceller canceller)
Assumption: the deadlock markings are equal to the final markings.
|
Constructor and Description |
---|
StochasticPathLanguageImpl(StochasticTransition2IndexKey transitionKey,
Activity2IndexKey activityKey) |
StochasticTransition2IndexKey(EfficientStochasticPetriNetSemanticsImpl semantics,
Activity2IndexKey activityKey) |