org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
Interface OperationContextDeclCS

All Superinterfaces:
ContextDeclCS, ElementCS, org.eclipse.emf.ecore.EObject, FeatureContextDeclCS, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
OperationContextDeclCSImpl

public interface OperationContextDeclCS
extends FeatureContextDeclCS

A representation of the model object 'Operation Context Decl CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.getOperationContextDeclCS()
Generated
Model

Method Summary
 Operation getOperation()
          Returns the value of the 'Operation' reference.
 org.eclipse.emf.common.util.EList<VariableCS> getParameters()
          Returns the value of the 'Parameters' containment reference list.
 VariableCS getResult()
          Returns the value of the 'Result' containment reference.
 void setOperation(Operation value)
          Sets the value of the 'Operation' reference.
 void setResult(VariableCS value)
          Sets the value of the 'Result' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.FeatureContextDeclCS
getClass_, getOwnedType, setClass, setOwnedType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.ContextDeclCS
getNamespace, getRules
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getOperation

Operation getOperation()
Returns the value of the 'Operation' reference.

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

Returns:
the value of the 'Operation' reference.
See Also:
setOperation(Operation), CompleteOCLCSTPackage.getOperationContextDeclCS_Operation()
Generated
Model

setOperation

void setOperation(Operation value)
Sets the value of the 'Operation' reference.

Parameters:
value - the new value of the 'Operation' reference.
See Also:
getOperation()
Generated

getParameters

org.eclipse.emf.common.util.EList<VariableCS> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type VariableCS.

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

Returns:
the value of the 'Parameters' containment reference list.
See Also:
CompleteOCLCSTPackage.getOperationContextDeclCS_Parameters()
Generated
Model
containment="true"

getResult

VariableCS getResult()
Returns the value of the 'Result' containment reference.

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

Returns:
the value of the 'Result' containment reference.
See Also:
setResult(VariableCS), CompleteOCLCSTPackage.getOperationContextDeclCS_Result()
Generated
Model
containment="true" transient="true" derived="true"

setResult

void setResult(VariableCS value)
Sets the value of the 'Result' containment reference.

Parameters:
value - the new value of the 'Result' containment reference.
See Also:
getResult()
Generated