Skip to content

Commit

Permalink
[2165] Synchronize mappings for PVG children
Browse files Browse the repository at this point in the history
Bug: 2165
Change-Id: I59d81829bd7ed08d91842d96993b6d8c3beb5662
Signed-off-by: Felix Dorner <felix.dorner@gmail.com>
  • Loading branch information
felixdo committed Sep 4, 2018
1 parent 8abfbca commit 1443685
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3116,14 +3116,14 @@
<containerMappings name="DT_Dummy" semanticCandidatesExpression="ocl:Set {}" domainClass="EObject" childrenPresentation="List"/>
<containerMappings name="DT_PVG" createElements="false" domainClass="PropertyValueGroup" childrenPresentation="List">
<deletionDescription href="context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']/@defaultLayer/@toolSections.0/@ownedTools[name='capellaElement']"/>
<subNodeMappings name="DT_PVinPVG" semanticCandidatesExpression="feature:eContents" domainClass="AbstractPropertyValue">
<subNodeMappings name="DT_PVinPVG" semanticCandidatesExpression="feature:eContents" synchronizationLock="true" domainClass="AbstractPropertyValue">
<style xsi:type="style:SquareDescription" labelExpression="service:computePVLabel" labelAlignment="LEFT" labelPosition="node" resizeKind="NSEW">
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
</style>
</subNodeMappings>
<subNodeMappings name="DT_PVGinPVG" semanticCandidatesExpression="feature:eContents" domainClass="PropertyValueGroup">
<subNodeMappings name="DT_PVGinPVG" semanticCandidatesExpression="feature:eContents" synchronizationLock="true" domainClass="PropertyValueGroup">
<style xsi:type="style:SquareDescription" labelExpression="service:computePVLabel" labelAlignment="LEFT" labelPosition="node" resizeKind="NSEW">
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
Expand Down

0 comments on commit 1443685

Please sign in to comment.