TopologySpecification

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

Specification for the definition of a topology. A topology consists of TopologyNodes, TopologySegments and Zones.

General Information

Attribute Value
Owner topology
Applied Stereotype
Base Classifier Specification
Is Abstract false
Derived Classifiers TopologyGroupSpecification

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Specifies a unique identification of the specification. The identification is guaranteed to be unique within the document containing the specification. Over all VEC-documents a Specification-instance can be trusted to be identical if the DocumentVersion-instance is the same (see DocumentVersion) and the identification of the Specification is the same.

Specification
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the specification.

Specification

Outgoing Relations

Type Role Mult. Mult. Description
TopologySegment topologySegment 0..* 1 Specifies the TopologySegments defined by the TopologySpecification.
TopologyNode topologyNode 0..* 1 Specifies the TopologyNodes defined by the TopologySpecification.
Zone zone 0..* 0..1

Specifies the Zones that are part of the TopologySpecification.

Incoming Relations

Type Mult. Role Mult. Description
TopologyGroupSpecification 0..* topologySpecification 0..*
Previous