Package jadex.bpmn.runtime.impl
Class BpmnProcessLifecycleFeatureProvider
java.lang.Object
jadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
jadex.bpmn.runtime.impl.BpmnProcessLifecycleFeatureProvider
- All Implemented Interfaces:
jadex.core.impl.IComponentLifecycleManager
public class BpmnProcessLifecycleFeatureProvider
extends jadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
implements jadex.core.impl.IComponentLifecycleManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.core.IExternalAccesscreateFeatureInstance(jadex.core.impl.Component self) getPredecessors(Set<Class<?>> all) Get the predecessors, i.e.Class<? extends jadex.core.impl.Component>booleanvoidterminate(jadex.core.IComponent component) Methods inherited from class jadex.core.impl.FeatureProvider
isLazyFeature, replacesFeatureProvider
-
Constructor Details
-
BpmnProcessLifecycleFeatureProvider
public BpmnProcessLifecycleFeatureProvider()
-
-
Method Details
-
getFeatureType
- Specified by:
getFeatureTypein classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
-
createFeatureInstance
- Specified by:
createFeatureInstancein classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
-
getRequiredComponentType
- Overrides:
getRequiredComponentTypein classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
-
isCreator
- Specified by:
isCreatorin interfacejadex.core.impl.IComponentLifecycleManager
-
create
- Specified by:
createin interfacejadex.core.impl.IComponentLifecycleManager
-
terminate
public void terminate(jadex.core.IComponent component) - Specified by:
terminatein interfacejadex.core.impl.IComponentLifecycleManager
-
getPredecessors
Get the predecessors, i.e. features that should be inited first.- Overrides:
getPredecessorsin classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>- Returns:
- The predecessors.
-