Package org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory
Class CachedExecutableStochasticBpmnNodeFactory
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.factory.CachedExecutableStochasticBpmnNodeFactory
-
- All Implemented Interfaces:
ExecutableBpmnNodeFactory,ExecutableStochasticBpmnNodeFactory
public class CachedExecutableStochasticBpmnNodeFactory extends java.lang.Object implements ExecutableStochasticBpmnNodeFactory
-
-
Constructor Summary
Constructors Constructor Description CachedExecutableStochasticBpmnNodeFactory(ExecutableStochasticBpmnNodeFactory inner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableBpmnNodecreate(org.processmining.models.graphbased.directed.bpmn.BPMNNode node)
-
-
-
Constructor Detail
-
CachedExecutableStochasticBpmnNodeFactory
public CachedExecutableStochasticBpmnNodeFactory(ExecutableStochasticBpmnNodeFactory inner)
-
-
Method Detail
-
create
public ExecutableBpmnNode create(org.processmining.models.graphbased.directed.bpmn.BPMNNode node)
- Specified by:
createin interfaceExecutableBpmnNodeFactory
-
-