public interface FunctionCall extends Expression, Instruction, FBDElement, LDElement
The following features are supported:
FunctionsPackage.getFunctionCall()
Modifier and Type | Method and Description |
---|---|
Function |
getCallsFunction()
Returns the value of the 'Calls Function' reference.
|
ParameterList |
getHasFunCallParamList()
Returns the value of the 'Has Fun Call Param List' reference.
|
void |
setCallsFunction(Function value)
Sets the value of the '
Calls Function ' reference. |
void |
setHasFunCallParamList(ParameterList value)
Sets the value of the '
Has Fun Call Param List ' reference. |
getHasType, setHasType
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getHasInstructionLabel, setHasInstructionLabel
Function getCallsFunction()
If the meaning of the 'Calls Function' reference isn't clear, there really should be more of a description here...
setCallsFunction(Function)
,
FunctionsPackage.getFunctionCall_CallsFunction()
void setCallsFunction(Function value)
Calls Function
' reference.
value
- the new value of the 'Calls Function' reference.getCallsFunction()
ParameterList getHasFunCallParamList()
If the meaning of the 'Has Fun Call Param List' reference isn't clear, there really should be more of a description here...
setHasFunCallParamList(ParameterList)
,
FunctionsPackage.getFunctionCall_HasFunCallParamList()
void setHasFunCallParamList(ParameterList value)
Has Fun Call Param List
' reference.
value
- the new value of the 'Has Fun Call Param List' reference.getHasFunCallParamList()