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 Details

    • BpmnProcessLifecycleFeatureProvider

      public BpmnProcessLifecycleFeatureProvider()
  • Method Details

    • getFeatureType

      public Class<BpmnProcessLifecycleFeature> getFeatureType()
      Specified by:
      getFeatureType in class jadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
    • createFeatureInstance

      public BpmnProcessLifecycleFeature createFeatureInstance(jadex.core.impl.Component self)
      Specified by:
      createFeatureInstance in class jadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
    • getRequiredComponentType

      public Class<? extends jadex.core.impl.Component> getRequiredComponentType()
      Overrides:
      getRequiredComponentType in class jadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
    • isCreator

      public boolean isCreator(Object obj)
      Specified by:
      isCreator in interface jadex.core.impl.IComponentLifecycleManager
    • create

      public jadex.core.IExternalAccess create(Object pojo, jadex.core.ComponentIdentifier cid)
      Specified by:
      create in interface jadex.core.impl.IComponentLifecycleManager
    • terminate

      public void terminate(jadex.core.IComponent component)
      Specified by:
      terminate in interface jadex.core.impl.IComponentLifecycleManager
    • getPredecessors

      public Set<Class<?>> getPredecessors(Set<Class<?>> all)
      Get the predecessors, i.e. features that should be inited first.
      Overrides:
      getPredecessors in class jadex.core.impl.FeatureProvider<BpmnProcessLifecycleFeature>
      Returns:
      The predecessors.