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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VAttachment
All Known Subinterfaces:
EnableRule, ShowRule
All Known Implementing Classes:
EnableRuleImpl, RuleImpl, ShowRuleImpl

public interface Rule
extends VAttachment

A representation of the model object 'Rule'.

The following features are supported:

Since:
1.2
See Also:
RulePackage.getRule()

Method Summary
 Condition getCondition()
          Returns the value of the 'Condition' containment reference.
 void setCondition(Condition value)
          Sets the value of the 'Condition' containment reference.
 
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

getCondition

Condition getCondition()
Returns the value of the 'Condition' containment reference.

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

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(Condition), RulePackage.getRule_Condition()

setCondition

void setCondition(Condition value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()


Copyright © 2014. All Rights Reserved.