Modifier and Type | Method and Description |
---|---|
boolean |
LeafConditionService.evaluate(LeafCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
boolean |
LeafConditionService.evaluateChangedValues(LeafCondition condition,
org.eclipse.emf.ecore.EObject domainModel,
Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleNewValues) |
Set<UniqueSetting> |
LeafConditionService.getConditionSettings(LeafCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<VDomainModelReference> |
LeafConditionService.getDomainModelReferences(LeafCondition condition) |
Modifier and Type | Method and Description |
---|---|
LeafCondition |
RuleFactory.createLeafCondition()
Returns a new object of class 'Leaf Condition'.
|
Modifier and Type | Class and Description |
---|---|
class |
LeafConditionImpl
An implementation of the model object 'Leaf Condition'.
|
Modifier and Type | Method and Description |
---|---|
LeafCondition |
RuleFactoryImpl.createLeafCondition() |
Constructor and Description |
---|
LeafConditionSettingIterator(LeafCondition condition,
org.eclipse.emf.ecore.EObject domainModel,
boolean includeNonValueRelatedSettings)
Constructs a new
LeafConditionSettingIterator . |
Modifier and Type | Method and Description |
---|---|
T |
RuleSwitch.caseLeafCondition(LeafCondition object)
Returns the result of interpreting the object as an instance of 'Leaf Condition'.
|
static boolean |
ConditionEvaluationUtil.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.
|
Copyright © 2019. All rights reserved.