Class RightsFeaturesCollector

java.lang.Object
com.e1c.langtool.v8.dt.rights.RightsProcessor
com.e1c.langtool.v8.dt.rights.RightsFeaturesCollector
All Implemented Interfaces:
FeatureValueCollector, IBasicProcessor

public class RightsFeaturesCollector extends RightsProcessor implements FeatureValueCollector
The feature value collector of Role model object.
  • Constructor Details

  • Method Details

    • create

      public static RightsFeaturesCollector create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object,FeatureValue> addAction)
      Low-level factory method.
      Parameters:
      object - the EObject 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 obj, Class<T> clazz)
      Description copied from class: RightsProcessor
      Processes concrete object of Rights object
      Specified by:
      doProcess in class RightsProcessor
      Parameters:
      obj - processing object, can't be null