org.eclipse.emf.ecp.view.spi.rule.model
Interface AndCondition

All Superinterfaces:
Condition, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AndConditionImpl

public interface AndCondition
extends Condition

A representation of the model object 'And Condition'.

Since:
1.2

The following features are supported:

See Also:
RulePackage.getAndCondition()

Method Summary
 org.eclipse.emf.common.util.EList<Condition> getConditions()
          Returns the value of the 'Conditions' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.rule.model.Condition
evaluate, evaluateChangedValues
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getConditions

org.eclipse.emf.common.util.EList<Condition> getConditions()
Returns the value of the 'Conditions' containment reference list. The list contents are of type Condition.

If the meaning of the 'Conditions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Conditions' containment reference list.
See Also:
RulePackage.getAndCondition_Conditions()


Copyright © 2015. All Rights Reserved.