org.eclipse.ocl.examples.pivot
Interface OperationCallExp

All Superinterfaces:
CallExp, Element, org.eclipse.emf.ecore.EObject, FeatureCallExp, MonikeredElement, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OclExpression, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
OperationCallExpImpl

public interface OperationCallExp
extends FeatureCallExp

A representation of the model object 'Operation Call Exp'.

The following features are supported:

See Also:
PivotPackage.getOperationCallExp()
Generated
Model

Method Summary
 OclExpression createArgument(org.eclipse.emf.ecore.EClass eClass)
          Creates a new OclExpression and appends it to the 'Argument' containment reference list.
 org.eclipse.emf.common.util.EList<OclExpression> getArguments()
          Returns the value of the 'Argument' containment reference list.
 Operation getReferredOperation()
          Returns the value of the 'Referred Operation' reference.
 void setReferredOperation(Operation value)
          Sets the value of the 'Referred Operation' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.FeatureCallExp
isPre, setIsPre
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.CallExp
createSource, getSource, isImplicit, setImplicit, setSource
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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
 

Method Detail

getArguments

org.eclipse.emf.common.util.EList<OclExpression> getArguments()
Returns the value of the 'Argument' containment reference list. The list contents are of type OclExpression.

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

Returns:
the value of the 'Argument' containment reference list.
See Also:
PivotPackage.getOperationCallExp_Argument()
Generated
Model
containment="true"

createArgument

OclExpression createArgument(org.eclipse.emf.ecore.EClass eClass)
Creates a new OclExpression and appends it to the 'Argument' containment reference list.

Parameters:
eClass - The Ecore class of the OclExpression to create.
Returns:
The new OclExpression.
See Also:
getArguments()
Generated

getReferredOperation

Operation getReferredOperation()
Returns the value of the 'Referred Operation' reference.

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

Returns:
the value of the 'Referred Operation' reference.
See Also:
setReferredOperation(Operation), PivotPackage.getOperationCallExp_ReferredOperation()
Generated
Model
ordered="false"

setReferredOperation

void setReferredOperation(Operation value)
Sets the value of the 'Referred Operation' reference.

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