Class CheckUtil

java.lang.Object
com.e1c.g5.v8.dt.check.CheckUtil

public class CheckUtil extends Object
Miscellaneous check-related utilities
  • Field Details

    • CHECK_PACKAGE_ID

      public static final String CHECK_PACKAGE_ID
      Package ID of the CheckPlugin
      See Also:
    • IS_BASELINE_FILTER_APPLIED_PROP

      public static final String IS_BASELINE_FILTER_APPLIED_PROP
      Property to store the value of the baseline filter state
      See Also:
  • Method Details

    • getApplicableFeatures

      public static Set<org.eclipse.emf.ecore.EStructuralFeature> getApplicableFeatures(int featureId)
      Returns the set of applicable features by feature ID
      Parameters:
      featureId - the feature ID
      Returns:
      the set of applicable features, never null, can be empty
    • getEnvironmentFeatures

      public static Set<org.eclipse.emf.ecore.EStructuralFeature> getEnvironmentFeatures()
      Returns environment features
      Returns:
      environment features, never