Uses of Class
org.processmining.stochasticbpmn.models.petrinets.stochastic.StochasticAPN
-
Packages that use StochasticAPN Package Description org.processmining.stochasticbpmn.algorithms.converter org.processmining.stochasticbpmn.algorithms.reader -
-
Uses of StochasticAPN in org.processmining.stochasticbpmn.algorithms.converter
Methods in org.processmining.stochasticbpmn.algorithms.converter with parameters of type StochasticAPN Modifier and Type Method Description StochasticBPMNDiagramStochasticAPNToStochasticBPMNConverter. convert(StochasticAPN stochasticAPN)StochasticBPMNDiagramStochasticAPNToStochasticBPMNEnhancedConverter. convert(StochasticAPN stochasticAPN) -
Uses of StochasticAPN in org.processmining.stochasticbpmn.algorithms.reader
Methods in org.processmining.stochasticbpmn.algorithms.reader that return StochasticAPN Modifier and Type Method Description StochasticAPNStochasticAPNInputStreamReader. read(java.io.InputStream inputStream)StochasticAPNStochasticAPNInputStreamReader. read(java.io.InputStream inputStream, java.lang.String label)
-