Package jadex.simulation.impl
Class SimulationFeatureProvider
java.lang.Object
jadex.core.impl.FeatureProvider<jadex.execution.IExecutionFeature>
jadex.execution.impl.ExecutionFeatureProvider
jadex.simulation.impl.SimulationFeatureProvider
- All Implemented Interfaces:
jadex.core.impl.IBootstrapping
,jadex.core.impl.IComponentLifecycleManager
public class SimulationFeatureProvider
extends jadex.execution.impl.ExecutionFeatureProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jadex.execution.impl.ExecutionFeature
boolean
replacesFeatureProvider
(jadex.core.impl.FeatureProvider<jadex.execution.IExecutionFeature> provider) Methods inherited from class jadex.execution.impl.ExecutionFeatureProvider
bootstrap, create, createFeatureInstance, getFeatureType, isCreator, terminate
Methods inherited from class jadex.core.impl.FeatureProvider
getPredecessors, getRequiredComponentType, isLazyFeature
-
Constructor Details
-
SimulationFeatureProvider
public SimulationFeatureProvider()
-
-
Method Details
-
replacesFeatureProvider
public boolean replacesFeatureProvider(jadex.core.impl.FeatureProvider<jadex.execution.IExecutionFeature> provider) - Overrides:
replacesFeatureProvider
in classjadex.core.impl.FeatureProvider<jadex.execution.IExecutionFeature>
-
doCreateFeatureInstance
protected jadex.execution.impl.ExecutionFeature doCreateFeatureInstance()- Overrides:
doCreateFeatureInstance
in classjadex.execution.impl.ExecutionFeatureProvider
-