Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.factory.ExecutableBpmnNodeFactory
-
-
Uses of ExecutableBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace
Constructors in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace with parameters of type ExecutableBpmnNodeFactory Constructor Description Bpmn2POReachabilityGraphConverterImpl(ExecutableBpmnNodeFactory nodeFactory, BpmnMarkingUtils markingUtils, CartesianProductCalculator cartesianProductCalculator) -
Uses of ExecutableBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.path
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.path with parameters of type ExecutableBpmnNodeFactory Modifier and Type Method Description static BpmnPOReachabilityGraphPathConstructorBpmnPOReachabilityGraphPathConstructor. getInstance(ExecutableBpmnNodeFactory nodeFactory)Constructors in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.path with parameters of type ExecutableBpmnNodeFactory Constructor Description BpmnPOReachabilityGraphPathConstructorImpl(ExecutableBpmnNodeFactory executableNodeFactory) -
Uses of ExecutableBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution
Constructors in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution with parameters of type ExecutableBpmnNodeFactory Constructor Description ExecutableBpmnDiagramImpl(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram diagram, ExecutableBpmnNodeFactory nodeFactory) -
Uses of ExecutableBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.factory
Classes in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.factory that implement ExecutableBpmnNodeFactory Modifier and Type Class Description classCachedExecutableBpmnNodeFactoryclassSimpleExecutableBpmnNodeFactoryMethods in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.factory that return ExecutableBpmnNodeFactory Modifier and Type Method Description static ExecutableBpmnNodeFactoryExecutableBpmnNodeFactory. getInstance()Constructors in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.factory with parameters of type ExecutableBpmnNodeFactory Constructor Description CachedExecutableBpmnNodeFactory(ExecutableBpmnNodeFactory factory) -
Uses of ExecutableBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory
Subinterfaces of ExecutableBpmnNodeFactory in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory Modifier and Type Interface Description interfaceExecutableStochasticBpmnNodeFactoryClasses in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory that implement ExecutableBpmnNodeFactory Modifier and Type Class Description classCachedExecutableStochasticBpmnNodeFactoryclassExecutableStochasticBpmnNodeFactoryImplConstructors in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory with parameters of type ExecutableBpmnNodeFactory Constructor Description ExecutableStochasticBpmnNodeFactoryImpl(ExecutableBpmnNodeFactory factory, BpmnTokenFactory tokenFactory, BpmnMarkingFactory markingFactory, BpmnMarkingUtils markingUtils)
-