Dump Navigation Sets Format
In the catalina.out file, the printed information of a Navigation Set are as follows:
Dump Format
- Printing starts with the line
Print occurrences of navSet text (modeler navigation set):
where:navSet
is the treated Navigation Set.text
is a free text that allows a clear identification of the Navigation Set in traces.modeler
identifies the modeler corresponding to the Navigation Set.
- Each occurrence is identified by one or more lines corresponding to each instance/reference pair in that occurrence.
- There is a blank between two occurrences of the same Navigation Set.
- There are two blank lines between printed lines of two different Navigation Set.
- A slash
/
separates each element of an occurrence. - A vertical bar
|
separates each attribute of an element. - For a reference node, the format is as follow:
attribute[PLMEntity.PLM_ExternalID]:ExternalIdOfEntity|attribute[PLMEntity.V_Name]:EntityName|revision:A.1
. - For an instance/reference pair, the format is as follow:
/attribute[PLMInstance.PLM_ExternalID]:InstanceExternalId|attribute[PLMInstance.V_Name]:/attribute[PLMEntity.PLM_ExternalID]:ReferenceExternalId|attribute[PLMEntity.V_Name]:ReferenceName|revision:A.1
.
Example
Print occurrences of navSet - Step3 – After implement links navigation (product navigation set): attribute[PLMEntity.PLM_ExternalID]:prd-50442249-00000012|attribute[PLMEntity.V_Name]:Product root E-View|revision:A.1 /attribute[PLMInstance.PLM_ExternalID]:Physical Product00001112.1|attribute[PLMInstance.V_Name]:/attribute[PLMEntity.PLM_ExternalID]:prd-50442249-00000010|attribute[PLMEntity.V_Name]:SubProduct1|revision:A.1 /attribute[PLMInstance.PLM_ExternalID]:SubProduct2.1|attribute[PLMInstance.V_Name]:/attribute[PLMEntity.PLM_ExternalID]:prd-50442249-00000016|attribute[PLMEntity.V_Name]:SubProduct2|revision:A.1