org.eclipse.ocl.examples.pivot
Interface OperationCallExp

All Superinterfaces:
CallExp, DomainCallExp, DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, FeatureCallExp, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, ReferringElement, TypedElement, Visitable
All Known Implementing Classes:
OperationCallExpImpl

public interface OperationCallExp
extends FeatureCallExp, ReferringElement

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

The following features are supported:

See Also:
PivotPackage.getOperationCallExp()
Generated

Method Summary
 java.util.List<OCLExpression> getArgument()
          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.
 boolean validateArgumentCount(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 boolean validateArgumentTypeIsConformant(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.FeatureCallExp
isPre, setIsPre
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.CallExp
getSource, isImplicit, setImplicit, setSource
 
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.ReferringElement
getReferredElement
 

Method Detail

getArgument

@NonNull
java.util.List<OCLExpression> getArgument()
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...

Specified by:
getArgument in interface DomainCallExp
Returns:
the value of the 'Argument' containment reference list.
See Also:
PivotPackage.getOperationCallExp_Argument()
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

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

validateArgumentTypeIsConformant

boolean validateArgumentTypeIsConformant(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                         java.util.Map<java.lang.Object,java.lang.Object> context)

Generated

validateArgumentCount

boolean validateArgumentCount(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                              java.util.Map<java.lang.Object,java.lang.Object> context)

Generated