SwitchingState

Note: There is a newer version of this specification see VEC 2.1.0

A SwitchingState defines a certain static state of an EEComponent. Under which conditions or when such a state applies, should be described in an external description model.

A SwitchingState references a collection of InternalComponentConnections, with the semantic that these connections exist (and only these connections) when the switching state is active.

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 SwitchingState, which must be distinct for all SwitchingStates of an EEComponent.

SwitchingState

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
switchedConnections InternalComponentConnection 0..* N Y N 0..*

Specifies the InternalComponentConnections that are switched by this SwitchingState.

Incoming Relations

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

Specifies the available SwitchingStates of the EEComponent.

Previous