|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionInOCL
A representation of the model object 'Expression In Ocl'.
The following features are supported:
PivotPackage.getExpressionInOCL()| Method Summary | |
|---|---|
OCLExpression |
getBodyExpression()
Returns the value of the 'Body Expression' containment reference. |
Variable |
getContextVariable()
Returns the value of the 'Context Variable' containment reference. |
java.util.List<Variable> |
getParameterVariable()
Returns the value of the 'Parameter Variable' containment reference list. |
Variable |
getResultVariable()
Returns the value of the 'Result Variable' containment reference. |
void |
setBodyExpression(OCLExpression value)
Sets the value of the ' Body Expression' containment reference. |
void |
setContextVariable(Variable value)
Sets the value of the ' Context Variable' containment reference. |
void |
setResultVariable(Variable value)
Sets the value of the ' Result Variable' containment reference. |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.OpaqueExpression |
|---|
getBody, getExpressionInOCL, getLanguage, getValidExpressionInOCL, setExpressionInOCL |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.ValueSpecification |
|---|
booleanValue, integerValue, isComputable, isNull, stringValue, unlimitedValue |
| 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 |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.ParameterableElement |
|---|
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter |
| Method Detail |
|---|
OCLExpression getBodyExpression()
If the meaning of the 'Body Expression' containment reference isn't clear, there really should be more of a description here...
setBodyExpression(OCLExpression),
PivotPackage.getExpressionInOCL_BodyExpression()void setBodyExpression(OCLExpression value)
Body Expression' containment reference.
value - the new value of the 'Body Expression' containment reference.getBodyExpression()Variable getContextVariable()
If the meaning of the 'Context Variable' containment reference isn't clear, there really should be more of a description here...
setContextVariable(Variable),
PivotPackage.getExpressionInOCL_ContextVariable()void setContextVariable(Variable value)
Context Variable' containment reference.
value - the new value of the 'Context Variable' containment reference.getContextVariable()Variable getResultVariable()
If the meaning of the 'Result Variable' containment reference isn't clear, there really should be more of a description here...
setResultVariable(Variable),
PivotPackage.getExpressionInOCL_ResultVariable()void setResultVariable(Variable value)
Result Variable' containment reference.
value - the new value of the 'Result Variable' containment reference.getResultVariable()@NonNull java.util.List<Variable> getParameterVariable()
Variable.
If the meaning of the 'Parameter Variable' containment reference list isn't clear, there really should be more of a description here...
PivotPackage.getExpressionInOCL_ParameterVariable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||