public class StochasticLanguageWrapper
extends org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog
Constructor and Description |
---|
StochasticLanguageWrapper(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog superLanguage,
double[] newProbabilities) |
Modifier and Type | Method and Description |
---|---|
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey |
getActivityKey()
Return the key that can be used to get activity labels.
|
int[] |
getTrace(int traceIndex)
Get a trace.
|
java.lang.String |
getTraceString(int traceIndex)
Get a string representation of a trace.
|
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticTraceIterator<int[]> |
iterator()
The iterator must be stable.
|
int |
size() |
public StochasticLanguageWrapper(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog superLanguage, double[] newProbabilities)
public int size()
public java.lang.String getTraceString(int traceIndex)
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
getTraceString
in interface org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage<int[]>
getTraceString
in class org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguageTrace
public int[] getTrace(int traceIndex)
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
public org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticTraceIterator<int[]> iterator()
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
public org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey getActivityKey()
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
getActivityKey
in interface org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage<int[]>
getActivityKey
in class org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguageTrace