Interface StochasticPathLanguage<A>
-
- Type Parameters:
A- denotes whether the traces are partially or totally ordered
- All Superinterfaces:
StochasticLanguage<A>
- All Known Implementing Classes:
StochasticPathLanguageImpl,StochasticPathLanguagePartialOrderImpl
public interface StochasticPathLanguage<A> extends StochasticLanguage<A>
- Author:
- sander
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getPath(int pathIndex)StochasticTransition2IndexKeygetTransitionKey()StochasticPathIterator<A>iterator()The iterator must be stable.-
Methods inherited from interface org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage
getActivityKey, getTrace, getTraceString, size
-
-
-
-
Method Detail
-
getTransitionKey
StochasticTransition2IndexKey getTransitionKey()
-
iterator
StochasticPathIterator<A> iterator()
The iterator must be stable. Do not use hashmap iterators.- Specified by:
iteratorin interfaceStochasticLanguage<A>
-
getPath
int[] getPath(int pathIndex)
-
-