Class RightQlFeaturesCollector

All Implemented Interfaces:
FeatureValueCollector, IBasicProcessor

public class RightQlFeaturesCollector extends RightQlProcessor implements FeatureValueCollector
Feature value collector for Right Query language extension
  • Constructor Details

  • Method Details

    • create

      public static RightQlFeaturesCollector create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object,FeatureValue> addAction)
      Low-level factory method.
      Parameters:
      object - the EObject of Right QL of newly created collector
      Throws:
      org.eclipse.core.runtime.AssertionFailedException - if the object is null
    • doProcess

      protected <T extends org.eclipse.emf.ecore.EObject> void doProcess(T object, Class<T> clazz)
      Description copied from class: QlProcessor
      Processes concrete object of QL object
      Specified by:
      doProcess in class QlProcessor
      Parameters:
      object - processing object, can't be null