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

AttributeValue
Ownerrouting
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString0..1

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

Routing
specialRoutedCommentLocalizedString0..1

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

Routing
specialRoutedBoolean0..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

TypeRoleMult.Mult.Description
RoutableElementroutedElement10..*Specifies the Element that is routed.
Pathpath10..1Specifies a Path on the topology that is used for the routing.
TopologySegmentmandatorySegment0..*0..*Specifies some constraints for the routing. If the path of the routing is recalculated the referenced segments must be visited.

Incoming Relations

TypeMult.RoleMult.Description
RoutingSpecification1routing0..*Specifies the Routings described by the RoutingSpecification.
Previous