Class DcsQlFeaturesCollector

All Implemented Interfaces:
FeatureValueCollector, IBasicProcessor

public class DcsQlFeaturesCollector extends DcsQlProcessor implements FeatureValueCollector
Feature value collector for DCS Query language extension
  • Field Details

  • Constructor Details

  • Method Details

    • create

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

      public void process(org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from class: QlProcessor
      Start validating for all content in IBmObject
      Specified by:
      process in interface IBasicProcessor
      Overrides:
      process in class QlProcessor
    • 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