Package com.e1c.g5.v8.dt.check
Class CheckUtil
java.lang.Object
com.e1c.g5.v8.dt.check.CheckUtil
Miscellaneous check-related utilities
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<org.eclipse.emf.ecore.EStructuralFeature>
getApplicableFeatures
(int featureId) Returns the set of applicable features by feature IDstatic Set<org.eclipse.emf.ecore.EStructuralFeature>
Returns environment features
-
Field Details
-
CHECK_PACKAGE_ID
Package ID of the CheckPlugin- See Also:
-
IS_BASELINE_FILTER_APPLIED_PROP
Property to store the value of the baseline filter state- See Also:
-
-
Method Details
-
getApplicableFeatures
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
Returns environment features- Returns:
- environment features, never
-