Public Member Functions | Package Functions

de.fraunhofer.isst.eastadl.hardwaremodeling.HardwareConnectorInstanceRef Interface Reference

List of all members.

Public Member Functions

HardwareConnector getType ()
void setType (HardwareConnector value)

Package Functions

EList< EAElementgetPath ()

Detailed Description

HardwareConnector «instanceRef»

An «instanceRef» of an HardwareConnector.
Used by member wire in class LogicalBus

A HardwareConnector «instanceRef» consists of

Author:
dprenzel

Member Function Documentation

EList<EAElement> de.fraunhofer.isst.eastadl.hardwaremodeling.HardwareConnectorInstanceRef.getPath (  )  [package]

Returns the value of the 'Path' reference list. The list contents are of type de.fraunhofer.isst.eastadl.elements.EAElement.

path : EAElement [0..*]

Returns:
the value of the 'Path' reference list.
See also:
de.fraunhofer.isst.eastadl.hardwaremodeling.HardwaremodelingPackage.getHardwareConnectorInstanceRef_Path()

Implemented in de.fraunhofer.isst.eastadl.hardwaremodeling.impl.HardwareConnectorInstanceRefImpl.

HardwareConnector de.fraunhofer.isst.eastadl.hardwaremodeling.HardwareConnectorInstanceRef.getType (  ) 
void de.fraunhofer.isst.eastadl.hardwaremodeling.HardwareConnectorInstanceRef.setType ( HardwareConnector  value  ) 

Sets the value of the 'Type' reference.

type : HardwareConnector [1]

Parameters:
value the new value of the 'Type' reference.
See also:
getType()

Implemented in de.fraunhofer.isst.eastadl.hardwaremodeling.impl.HardwareConnectorInstanceRefImpl.