|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IfExp
A representation of the model object 'If Exp'.
The following features are supported:
PivotPackage.getIfExp()| Method Summary | |
|---|---|
OCLExpression |
getCondition()
Returns the value of the 'Condition' containment reference. |
OCLExpression |
getElseExpression()
Returns the value of the 'Else Expression' containment reference. |
OCLExpression |
getThenExpression()
Returns the value of the 'Then Expression' containment reference. |
void |
setCondition(OCLExpression value)
Sets the value of the ' Condition' containment reference. |
void |
setElseExpression(OCLExpression value)
Sets the value of the ' Else Expression' containment reference. |
void |
setThenExpression(OCLExpression value)
Sets the value of the ' Then Expression' containment reference. |
boolean |
validateConditionTypeIsBoolean(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
| Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement |
|---|
getType, isRequired, setIsRequired, setType |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement |
|---|
getName, isStatic, setIsStatic, setName |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
|---|
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue |
| 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 |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
|---|
accept, eClass |
| Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement |
|---|
getTypeId |
| Method Detail |
|---|
OCLExpression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(OCLExpression),
PivotPackage.getIfExp_Condition()void setCondition(OCLExpression value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()OCLExpression getThenExpression()
If the meaning of the 'Then Expression' containment reference isn't clear, there really should be more of a description here...
setThenExpression(OCLExpression),
PivotPackage.getIfExp_ThenExpression()void setThenExpression(OCLExpression value)
Then Expression' containment reference.
value - the new value of the 'Then Expression' containment reference.getThenExpression()OCLExpression getElseExpression()
If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...
setElseExpression(OCLExpression),
PivotPackage.getIfExp_ElseExpression()void setElseExpression(OCLExpression value)
Else Expression' containment reference.
value - the new value of the 'Else Expression' containment reference.getElseExpression()
boolean validateConditionTypeIsBoolean(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||