ItemHistoryEntry

An ItemHistroyEntry defines the direct relationship between ItemVersions in the terms of predecessor and successor. There are two possible types of relationships between ItemVersions, derivation and sequence. Derivation means for example for parts, that the successor version is a new part developed on the base of the predecessor version. Sequence means the successor version is an improvement of the predecessor version. By the combination of more than one ItemHistoryEntry a linear sequence of ItemVersions can be represented.

General Information

AttributeValue
Ownerpdm
Applied Stereotype
Base ClassifierExtendableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
typeHistoryEntryType1

Specifies the type of relationship between the ItemVersions.

ItemHistoryEntry

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
successorVersionItemVersion1NYN0..*References the ItemVersion that is the successor in the ItemHistoryEntry.
predecessorVersionItemVersion1NYN0..*References the ItemVersion that is the predecessor in the ItemHistoryEntry.

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
itemHistoryEntry0..*YYNVecContent1Specifies the ItemVersionHistoryEntries for ItemVersions contained in the VEC-file.
Previous