Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory.ExecutableStochasticBpmnNodeFactory
-
-
Uses of ExecutableStochasticBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.stochastic.statespace
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.stochastic.statespace with parameters of type ExecutableStochasticBpmnNodeFactory Modifier and Type Method Description static StochasticBpmn2POReachabilityGraphConverterStochasticBpmn2POReachabilityGraphConverter. getInstance(ExecutableStochasticBpmnNodeFactory nodeFactory)Constructors in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.stochastic.statespace with parameters of type ExecutableStochasticBpmnNodeFactory Constructor Description StochasticBpmn2POReachabilityGraphConverterImpl(ExecutableStochasticBpmnNodeFactory nodeFactory, BpmnMarkingUtils markingUtils, CartesianProductCalculator cartesianProductCalculator) -
Uses of ExecutableStochasticBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.language.path
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.reachability_graph.stochastic.language.path with parameters of type ExecutableStochasticBpmnNodeFactory Modifier and Type Method Description static SPORG2StochasticPathLanguageConverterSPORG2StochasticPathLanguageConverter. getInstance(TansitionSamplingStrategyType type, SamplingStoppingCriterionProvider stoppingCriterionProvider, ExecutableStochasticBpmnNodeFactory nodeFactory)static SPORG2StochasticPathLanguageConverterSPORG2StochasticPathLanguageConverter. getInstance(TansitionSamplingStrategyType type, SamplingStoppingCriterion stopper, ExecutableStochasticBpmnNodeFactory nodeFactory) -
Uses of ExecutableStochasticBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory
Classes in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory that implement ExecutableStochasticBpmnNodeFactory Modifier and Type Class Description classCachedExecutableStochasticBpmnNodeFactoryclassExecutableStochasticBpmnNodeFactoryImplMethods in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory that return ExecutableStochasticBpmnNodeFactory Modifier and Type Method Description static ExecutableStochasticBpmnNodeFactoryExecutableStochasticBpmnNodeFactory. getInstance()Constructors in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory with parameters of type ExecutableStochasticBpmnNodeFactory Constructor Description CachedExecutableStochasticBpmnNodeFactory(ExecutableStochasticBpmnNodeFactory inner)
-