PinComponentBehavior

A PinComponentBehavior specifies the electrical behavior of a PinComponent. Since the behavior of a pin is configuration dependent (e.g. the software deployed on an ECU) the PinComponentBehavior inherits from ConfigurableElement. Therefore, a PinComponent can specify multiple PinComponentBehavior.

General Information

Attribute Value
Owner electrical_parts
Applied Stereotype
Base Classifier ConfigurableElement
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Identification of the PinComponentBehavior which identifies it from a user perspective, and which must be distinct for all PinComponentBehaviors of a PinComponent.

PinComponentBehavior
aliasId AliasIdentification 0..*

Specifies additional identifiers for the element.

PinComponentBehavior
signalDirection SignalDirection 0..1

The direction of the signal on this pin.

PinComponentBehavior
pinType PinType 0..1

Specifies the PinType of the PinComponent.

PinComponentBehavior
applianceType PinApplianceType 0..1

Classifies the appliance of a Pin in terms of the duration of the appliance (see PinApplianceType).

PinComponentBehavior
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the PinComponentBehaviour.

PinComponentBehavior

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
opticalInformation PinOpticalInformation 0..* Y Y N 1

Specifies the optical information of the pin, if it has the type optical.

currentInformation PinCurrentInformation 0..* Y Y N 1

Specifies the current information of the PinComponent in this PinComponentBehavior. Since the current values of a pin can be defined for different types and times it is possible to define multiple PinCurrentInformations for a PinComponentBehavior.

voltageInformation PinVoltageInformation 0..* Y Y N 1

Specifies the voltage information of the PinComponent in this PinComponentBehavior. Since the voltage values of a pin can be defined for different types and times it is possible to define multiple PinVoltageInformations for a PinComponentBehavior.

signal Signal 0..1 N Y N 0..*

Specifies the Signal associated with the pin in this behavior.

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
behaviour 0..* Y Y N PinComponent 1

Specifies the configuration dependent electrical behavior of the PinComponent.

Previous