Class BpmnProcessFeatureProvider

java.lang.Object
jadex.core.impl.FeatureProvider<IBpmnComponentFeature>
jadex.bpmn.runtime.impl.BpmnProcessFeatureProvider

public class BpmnProcessFeatureProvider extends jadex.core.impl.FeatureProvider<IBpmnComponentFeature>
  • Constructor Details

    • BpmnProcessFeatureProvider

      public BpmnProcessFeatureProvider()
  • Method Details

    • createFeatureInstance

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

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

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