Class StochasticLanguagePartialOrderUncertain
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.partialorder.StochasticLanguagePartialOrderUncertain
-
- All Implemented Interfaces:
StochasticLanguage<PartialOrderUncertain>
public abstract class StochasticLanguagePartialOrderUncertain extends java.lang.Object implements StochasticLanguage<PartialOrderUncertain>
-
-
Constructor Summary
Constructors Constructor Description StochasticLanguagePartialOrderUncertain(Activity2IndexKey activityKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Activity2IndexKeygetActivityKey()Return the key that can be used to get activity labels.java.lang.StringgetTraceString(int traceIndex)Get a string representation of a trace.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
getTrace, iterator, size
-
-
-
-
Constructor Detail
-
StochasticLanguagePartialOrderUncertain
public StochasticLanguagePartialOrderUncertain(Activity2IndexKey activityKey)
-
-
Method Detail
-
getTraceString
public java.lang.String getTraceString(int traceIndex)
Description copied from interface:StochasticLanguageGet a string representation of a trace.- Specified by:
getTraceStringin interfaceStochasticLanguage<PartialOrderUncertain>- Returns:
-
getActivityKey
public Activity2IndexKey getActivityKey()
Description copied from interface:StochasticLanguageReturn the key that can be used to get activity labels.- Specified by:
getActivityKeyin interfaceStochasticLanguage<PartialOrderUncertain>- Returns:
-
-