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.IExternalAccess
createFeatureInstance
(jadex.core.impl.Component self) getPredecessors
(Set<Class<?>> all) Get the predecessors, i.e.Class
<? extends jadex.core.impl.Component> boolean
void
terminate
(jadex.core.IComponent component) Methods inherited from class jadex.core.impl.FeatureProvider
isLazyFeature, replacesFeatureProvider
-
Constructor Details
-
BpmnProcessLifecycleFeatureProvider
public BpmnProcessLifecycleFeatureProvider()
-
-
Method Details
-
getFeatureType
- Specified by:
getFeatureType
in classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
-
createFeatureInstance
- Specified by:
createFeatureInstance
in classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
-
getRequiredComponentType
- Overrides:
getRequiredComponentType
in classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
-
isCreator
- Specified by:
isCreator
in interfacejadex.core.impl.IComponentLifecycleManager
-
create
- Specified by:
create
in interfacejadex.core.impl.IComponentLifecycleManager
-
terminate
public void terminate(jadex.core.IComponent component) - Specified by:
terminate
in interfacejadex.core.impl.IComponentLifecycleManager
-
getPredecessors
Get the predecessors, i.e. features that should be inited first.- Overrides:
getPredecessors
in classjadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
- Returns:
- The predecessors.
-