public interface FunctionBlockInvocation extends Statement, Instruction, FBDElement
The following features are supported:
Function_blocksPackage.getFunctionBlockInvocation()| Modifier and Type | Method and Description |
|---|---|
ParameterList |
getHasFunBlockInvocationParamList()
Returns the value of the 'Has Fun Block Invocation Param List' reference.
|
VariableAccess |
getInvokesFunBlockInstance()
Returns the value of the 'Invokes Fun Block Instance' reference.
|
void |
setHasFunBlockInvocationParamList(ParameterList value)
Sets the value of the '
Has Fun Block Invocation Param List' reference. |
void |
setInvokesFunBlockInstance(VariableAccess value)
Sets the value of the '
Invokes Fun Block Instance' reference. |
getHasInstructionLabel, setHasInstructionLabeleAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverVariableAccess getInvokesFunBlockInstance()
If the meaning of the 'Invokes Fun Block Instance' reference isn't clear, there really should be more of a description here...
setInvokesFunBlockInstance(VariableAccess),
Function_blocksPackage.getFunctionBlockInvocation_InvokesFunBlockInstance()void setInvokesFunBlockInstance(VariableAccess value)
Invokes Fun Block Instance' reference.
value - the new value of the 'Invokes Fun Block Instance' reference.getInvokesFunBlockInstance()ParameterList getHasFunBlockInvocationParamList()
If the meaning of the 'Has Fun Block Invocation Param List' reference isn't clear, there really should be more of a description here...
setHasFunBlockInvocationParamList(ParameterList),
Function_blocksPackage.getFunctionBlockInvocation_HasFunBlockInvocationParamList()void setHasFunBlockInvocationParamList(ParameterList value)
Has Fun Block Invocation Param List' reference.
value - the new value of the 'Has Fun Block Invocation Param List' reference.getHasFunBlockInvocationParamList()