Package jadex.bdi.runtime.impl
Class BDILifecycleAgentFeatureProvider
java.lang.Object
jadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature>
jadex.bdi.runtime.impl.BDILifecycleAgentFeatureProvider
- All Implemented Interfaces:
jadex.core.impl.IComponentLifecycleManager
public class BDILifecycleAgentFeatureProvider
extends jadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature>
implements jadex.core.impl.IComponentLifecycleManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.core.IExternalAccess
jadex.micro.impl.MicroAgentFeature
createFeatureInstance
(jadex.core.impl.Component self) Class
<jadex.micro.impl.MicroAgentFeature> getPredecessors
(Set<Class<?>> all) Get the predecessors, i.e.Class
<? extends jadex.core.impl.Component> boolean
boolean
replacesFeatureProvider
(jadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature> provider) void
terminate
(jadex.core.IComponent component) Methods inherited from class jadex.core.impl.FeatureProvider
isLazyFeature
-
Constructor Details
-
BDILifecycleAgentFeatureProvider
public BDILifecycleAgentFeatureProvider()
-
-
Method Details
-
getFeatureType
- Specified by:
getFeatureType
in classjadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature>
-
createFeatureInstance
public jadex.micro.impl.MicroAgentFeature createFeatureInstance(jadex.core.impl.Component self) - Specified by:
createFeatureInstance
in classjadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature>
-
getRequiredComponentType
- Overrides:
getRequiredComponentType
in classjadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature>
-
replacesFeatureProvider
public boolean replacesFeatureProvider(jadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature> provider) - Overrides:
replacesFeatureProvider
in classjadex.core.impl.FeatureProvider<jadex.micro.impl.MicroAgentFeature>
-
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<jadex.micro.impl.MicroAgentFeature>
- Returns:
- The predecessors.
-