UsageNode

A UsageNode represents a position in an abstract vehicle. For example, the "Head Light Left". UsageNodes belong to the master data and they are defined on some companywide level. They can be used to enforce consistent naming over different projects and different development streams (e.g. between Geometry and Electrologic).

A UsageNode can be realized by different elements in the VEC (e.g. NetworkNode, OccurrenceOrUsage, TopologyNode, ComponentNode).

General Information

AttributeValue
Ownerusage_node
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
abbreviationLocalizedString0..*

Specifies an abbreviation of the UsageNode. Normally this a human readable short name.

UsageNode
identificationString1

Specifies a unique identification of the UsageNode. The identification is guaranteed to be unique within the context. For all VEC-documents a UsageNode-instance can be trusted to be the same if the context-instance is the same and the identification of the UsageNode is the same.

UsageNode
descriptionAbstractLocalizedString0..*

Specifies additional, human readable information about the UsageNode.

UsageNode
usageNodeTypeUsageNodeType0..1

Defines the type of the UsageNode. The type determines how the UsageNode is handled in the latter processes.

UsageNode

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
subUsageNodesUsageNode0..*YYN0..1
usedInProjectProject0..*NYN0..*

Specifies the Projects in which the UsageNode can be used.

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
realizedUsageNode0..1NYNOccurrenceOrUsage0..*

References the UsageNode that is realized by this OccurrenceOrUsage.

realizedUsageNode0..1NYNComponentNode0..*

References the UsageNode that is realized by this ComponentNode.

realizedUsageNode0..1NYNNetworkNode0..*

References the UsageNode that is realized by this NetworkNode.

realizedUsageNode0..1NYNTopologyNode0..*

References the UsageNode that is realized by this TopologyNode.

subUsageNodes0..*YYNUsageNode0..1
usageNode0..*NYNUsageConstraint0..*

References the UsageNode to which the UsageConstraint applies. This means the described PartVersion is allowed / denied in the referenced UsageNode.

usageNodes0..*YYNUsageNodeSpecification0..1

Specifies the UsageNodes defined by this UsageNodeSpecification.

Previous