public final class ConditionEvaluationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isLeafConditionForSetting(LeafCondition condition,
org.eclipse.emf.ecore.EObject domainModel,
Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleNewValues)
Whether the leaf condition evaluates objects of the given possible new values.
|
public static boolean isLeafConditionForSetting(LeafCondition condition, org.eclipse.emf.ecore.EObject domainModel, Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleNewValues)
condition
- the conditiondomainModel
- The root domain object of the given LeafCondition
possibleNewValues
- the new value maptrue
if setting part of condition, false
otherwiseCopyright © 2019. All rights reserved.