Routing

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

A Routing is the assignment of a RoutableElement (Connection or WireElementReference) to a path in the topology.

General Information

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

Attributes

Name Type Mult. Description Owning Classifier
identification String 0..1

Specifies a unique identification of the Routing. The identification is guaranteed to be unique within the RoutingSpecification.

Routing
specialRoutedComment LocalizedString 0..1

Allows the specification of an explanation why this routing has been routed in a special way.

Routing
specialRouted Boolean 0..1

Specifies that routing has been created in a special way. This means it has not been calculated in the standard way, because for some reason the result of the standard calculation has been inconvenient.

Routing

Outgoing Relations

Type Role Mult. Mult. Description
RoutableElement routedElement 1 0..* Specifies the Element that is routed.
Path path 1 0..1 Specifies a Path on the topology that is used for the routing.
TopologySegment mandatorySegment 0..* 0..* Specifies some constraints for the routing. If the path of the routing is recalculated the referenced segments must be visited.

Incoming Relations

Type Mult. Role Mult. Description
RoutingSpecification 1 routing 0..* Specifies the Routings described by the RoutingSpecification.
Previous