Uses of Interface
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticTraceIterator
-
-
Uses of StochasticTraceIterator in org.processmining.earthmoversstochasticconformancechecking.distancematrix
Methods in org.processmining.earthmoversstochasticconformancechecking.distancematrix with parameters of type StochasticTraceIterator Modifier and Type Method Description voidDistanceMatrixAbstract. thread(StochasticTraceIterator<A> itA, StochasticLanguage<B> languageB, java.util.concurrent.atomic.AtomicInteger al, org.processmining.framework.plugin.ProMCanceller canceller) -
Uses of StochasticTraceIterator in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage
Methods in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage that return StochasticTraceIterator Modifier and Type Method Description StochasticTraceIterator<A>StochasticLanguage. iterator()The iterator must be stable. -
Uses of StochasticTraceIterator in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model
Subinterfaces of StochasticTraceIterator in org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.model Modifier and Type Interface Description interfaceStochasticPathIterator<O>
-