Package Functions

de.fraunhofer.isst.eastadl.functionmodeling.FunctionClientServerInterface Interface Reference

List of all members.

Package Functions

EList< OperationgetOperation ()

Detailed Description

FunctionClientServerInterface (from FunctionModeling) «atpType»

Generalizations
EAPackageableElement (from Elements)

Description
The FunctionClientServerInterface is used to specify the operations in FunctionClientServerPorts.

Attributes
No additional attributes

Associations
operation : Operation [*]
The owned Operation.

Constraints
No additional constraints

Semantics
The operations of the FunctionClientServerInterface are required or provided through the FunctionClientServerPorts typed by the FunctionClientServerInterface.

Author:
dprenzel

Member Function Documentation

EList<Operation> de.fraunhofer.isst.eastadl.functionmodeling.FunctionClientServerInterface.getOperation (  )  [package]

Returns the value of the 'Operation' reference list. The list contents are of type de.fraunhofer.isst.eastadl.functionmodeling.Operation.

operation : Operation [*]
The owned Operation.

Returns:
the value of the 'Operation' reference list.
See also:
de.fraunhofer.isst.eastadl.functionmodeling.FunctionmodelPackage.getFunctionClientServerInterface_Operation() containment="true"

Implemented in de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionClientServerInterfaceImpl.