|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationCallExp
A representation of the model object 'Operation Call Exp'.
The following features are supported:
PivotPackage.getOperationCallExp()| 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> |
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)
There must be exactly as many arguments as the referred operation has parameters. |
| 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, getOwnedAnnotation, getOwnedRule, isStatic, setIsStatic, setName |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
|---|
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
|---|
accept, eClass |
| 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.domain.elements.DomainNamedElement |
|---|
getName |
| Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainExpression |
|---|
getType |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<OCLExpression> getArgument()
OCLExpression.
If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...
PivotPackage.getOperationCallExp_Argument()OCLExpression createArgument(org.eclipse.emf.ecore.EClass eClass)
OCLExpression and appends it to the 'Argument' containment reference list.
eClass - The Ecore class of the OCLExpression to create.
OCLExpression.getArgument()Operation getReferredOperation()
If the meaning of the 'Referred Operation' reference isn't clear, there really should be more of a description here...
setReferredOperation(Operation),
PivotPackage.getOperationCallExp_ReferredOperation()void setReferredOperation(Operation value)
Referred Operation' reference.
value - the new value of the 'Referred Operation' reference.getReferredOperation()
boolean validateArgumentCount(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 | |||||||||