Packages | Classes | Enumerations

Package de.fraunhofer.isst.eastadl.functionmodeling

Packages

package  impl
package  presentation
package  provider
package  tests
package  util

Classes

interface  AllocateableElement
interface  AllocateableElementInstanceRef
interface  Allocation
interface  AnalysisFunctionPrototype
interface  AnalysisFunctionType
interface  BasicSoftwareFunctionType
interface  DesignFunctionPrototype
interface  DesignFunctionType
interface  FunctionalDevice
interface  FunctionAllocation
interface  FunctionClientServerInterface
interface  FunctionClientServerPort
interface  FunctionConnector
interface  FunctionFlowPort
interface  FunctionmodelingFactory
interface  FunctionmodelingPackage
interface  FunctionPort
interface  FunctionPortInstanceRef
interface  FunctionPowerPort
interface  FunctionPrototype
interface  FunctionType
interface  HardwareFunctionType
interface  LocalDeviceManager
interface  Operation
interface  PortGroup

Enumerations

enum  ClientServerKind { CLIENT = (0, "client", "client"), SERVER = (1, "server", "server") }
enum  EADirectionKind { IN = (0, "in", "in"), OUT = (1, "out", "out"), INOUT = (2, "inout", "inout") }

Detailed Description

<copyright> </copyright>

$Id$


Enumeration Type Documentation

ClientServerKind (from FunctionModeling) «enumeration»

Generalizations
None

Description
This element is an enumeration for the kind of the FunctionClientServerPort, which can either be a "client" or a "server".

Enumeration Literals
client
server

Associations
No additional associations

Constraints
No additional constraints

Semantics
The ClientServerKind is an enumeration with the two literals "client" and "server".

Author:
dprenzel
Enumerator:
CLIENT 

The 'Client' literal object.

FunctionClientServerPort is client.

See also:
CLIENT_VALUE
SERVER 

The 'Server' literal object.

FunctionClientServerPort is server.

See also:
SERVER_VALUE

EADirectionKind (from FunctionModeling) «enumeration»

Generalizations
None

Description
This element is an enumeration for the direction of a Port, which can either be "in", "out", or "inout".

Enumeration Literals
in
inout
out

Associations
No additional associations

Constraints
No additional constraints

Semantics
The EADirectionKind is an enumeration with the three literals "in", "out", and "inout".

Author:
dprenzel
Enumerator:
IN 

The 'In' literal object.

The direction of the Port is "in".

See also:
IN_VALUE
OUT 

The 'Out' literal object.

The direction of the Port is "out".

See also:
OUT_VALUE
INOUT 

The 'Inout' literal object.

The direction of the Port is "inout".

See also:
INOUT_VALUE