Public Member Functions | |
| EADatatypePrototype | getReturn () |
| boolean | isSetReturn () |
| void | setReturn (EADatatypePrototype value) |
| void | unsetReturn () |
Package Functions | |
| EList< EADatatypePrototype > | getArgument () |
Operation (from FunctionModeling)
Generalizations
EAElement (from Elements)
Description
The Operation is the provided/required operation of a FunctionClientServerInterface. It can specify its return values and arguments by EADatatypePrototypes.
Attributes
No additional attributes
Associations
argument : EADatatypePrototype [*] {ordered}
The argument value of the Operation.
return : EADatatypePrototype [0..1]
The return value of the Operation.
Constraints
No additional constraints
Semantics
The Operation is the provided/required operation of a FunctionClientServerInterface.
| EList<EADatatypePrototype> de.fraunhofer.isst.eastadl.functionmodeling.Operation.getArgument | ( | ) | [package] |
Returns the value of the 'Argument' reference list. The list contents are of type de.fraunhofer.isst.eastadl.datatypes.EADatatypePrototype.
argument : EADatatypePrototype [*] {ordered}
The argument value of the Operation.
Implemented in de.fraunhofer.isst.eastadl.functionmodeling.impl.OperationImpl.
| EADatatypePrototype de.fraunhofer.isst.eastadl.functionmodeling.Operation.getReturn | ( | ) |
Returns the value of the 'Return' reference.
return : EADatatypePrototype [0..1]
The return value of the Operation.
Implemented in de.fraunhofer.isst.eastadl.functionmodeling.impl.OperationImpl.
| boolean de.fraunhofer.isst.eastadl.functionmodeling.Operation.isSetReturn | ( | ) |
Returns whether the value of the 'Return' containment reference is set.
return : EADatatypePrototype [0..1]
The return value of the Operation.
Implemented in de.fraunhofer.isst.eastadl.functionmodeling.impl.OperationImpl.
| void de.fraunhofer.isst.eastadl.functionmodeling.Operation.setReturn | ( | EADatatypePrototype | value | ) |
Sets the value of the 'Return' containment reference.
return : EADatatypePrototype [0..1]
The return value of the Operation.
| value | the new value of the 'Return' containment reference. |
Implemented in de.fraunhofer.isst.eastadl.functionmodeling.impl.OperationImpl.
| void de.fraunhofer.isst.eastadl.functionmodeling.Operation.unsetReturn | ( | ) |
Unsets the value of the 'Return' containment reference.
return : EADatatypePrototype [0..1]
The return value of the Operation.
Implemented in de.fraunhofer.isst.eastadl.functionmodeling.impl.OperationImpl.
1.7.1