public interface OperationCallExp<C,O> extends FeatureCallExp<C>
The following features are supported:
ExpressionsPackage.getOperationCallExp()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context)
arguments->size() = refParams->size()
|
boolean |
checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context)
arguments->forall (a | a.type.conformsTo
(self.refParams->at (arguments->indexOf (a)).type))
|
<any> |
getArgument()
Returns the value of the 'Argument' containment reference list.
|
int |
getOperationCode()
Returns the value of the 'Operation Code' attribute.
|
O |
getReferredOperation()
Returns the value of the 'Referred Operation' reference.
|
void |
setOperationCode(int value)
Sets the value of the '
Operation Code' attribute. |
void |
setReferredOperation(O value)
Sets the value of the '
Referred Operation' reference. |
isMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPosition<any> getArgument()
OCLExpression<C>.
If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...
ExpressionsPackage.getOperationCallExp_Argument()O getReferredOperation()
If the meaning of the 'Referred Operation' reference isn't clear, there really should be more of a description here...
setReferredOperation(Object),
ExpressionsPackage.getOperationCallExp_ReferredOperation()void setReferredOperation(O value)
Referred Operation' reference.
value - the new value of the 'Referred Operation' reference.getReferredOperation()int getOperationCode()
If the meaning of the 'Operation Code' attribute isn't clear, there really should be more of a description here...
setOperationCode(int),
ExpressionsPackage.getOperationCallExp_OperationCode()void setOperationCode(int value)
Operation Code' attribute.
value - the new value of the 'Operation Code' attribute.getOperationCode()boolean checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2015 Open eHealth Foundation. All rights reserved.