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

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

public interface OrCondition
extends Condition

A representation of the model object 'Or Condition'.

Since:
1.2

The following features are supported:

See Also:
RulePackage.getOrCondition()

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.getOrCondition_Conditions()


Copyright © 2015. All Rights Reserved.