Class AbstractStochasticLanguage<L,E extends AlphabetCollection<L>>
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.AbstractStochasticLanguage<L,E>
-
- All Implemented Interfaces:
java.lang.Iterable<StochasticLanguageEntry<L,E>>,StochasticLanguage<L,E>,Sample<StochasticLanguageEntry<L,E>>,org.processmining.stochasticbpmn.models.stochastic.StochasticObject
- Direct Known Subclasses:
LinkedListStochasticLanguage,MapStochasticLanguage,MultisetStochasticLanguage
public abstract class AbstractStochasticLanguage<L,E extends AlphabetCollection<L>> extends java.lang.Object implements StochasticLanguage<L,E>
-
-
Constructor Summary
Constructors Constructor Description AbstractStochasticLanguage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.plugins.graphviz.dot.DottoGraphViz()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.poemsconformancecheckingforbpmn.models.stochastic.Sample
size
-
Methods inherited from interface org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.StochasticLanguage
getAlphabet
-
-
-
-
Method Detail
-
toGraphViz
public org.processmining.plugins.graphviz.dot.Dot toGraphViz()
- Specified by:
toGraphVizin interfaceStochasticLanguage<L,E extends AlphabetCollection<L>>
-
-