Public Member Functions | Package Functions

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

List of all members.

Public Member Functions

void setIsActive (boolean value)

Package Functions

boolean isIsActive ()

Detailed Description

PowerSupply (from HardwareModeling)

Generalizations
HardwareComponentType (from HardwareModeling)

Description
PowerSupply represents a hardware element that supplies power.

Attributes
isActive : Boolean [1]
Indicates if the PowerSupply is active or passive.

Associations
No additional associations

Constraints
No additional constraints

Semantics
PowerSupply denotes a power source that may be active (e.g., a battery) or passive (main relay).

Author:
dprenzel

Member Function Documentation

boolean de.fraunhofer.isst.eastadl.hardwaremodeling.PowerSupply.isIsActive (  )  [package]

Returns the value of the 'Is Active' attribute.

isActive : Boolean [1]
Indicates if the PowerSupply is active or passive.

Returns:
the value of the 'Is Active' attribute.
See also:
setIsActive(boolean)
de.fraunhofer.isst.eastadl.hardwaremodeling.HardwaremodelPackage.getPowerSupply_IsActive() required="true"

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

void de.fraunhofer.isst.eastadl.hardwaremodeling.PowerSupply.setIsActive ( boolean  value  ) 

Sets the value of the 'Is Active' attribute.

isActive : Boolean [1]
Indicates if the PowerSupply is active or passive.

Parameters:
value the new value of the 'Is Active' attribute.
See also:
isIsActive()

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