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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimulationFeatureProvider

      public SimulationFeatureProvider()
  • Method Details

    • replacesFeatureProvider

      public boolean replacesFeatureProvider(jadex.core.impl.FeatureProvider<jadex.execution.IExecutionFeature> provider)
      Overrides:
      replacesFeatureProvider in class jadex.core.impl.FeatureProvider<jadex.execution.IExecutionFeature>
    • doCreateFeatureInstance

      protected jadex.execution.impl.ExecutionFeature doCreateFeatureInstance()
      Overrides:
      doCreateFeatureInstance in class jadex.execution.impl.ExecutionFeatureProvider