Skip to content

Commit 5dab99a

Browse files
committed
196: Rational Prefix?
#196
1 parent bef9393 commit 5dab99a

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

src/main/emf/model.notation

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,10 @@
887887
<element xmi:type="uml:Operation" href="model.uml#_AP61kHLlEeilgvRHPaOOsg"/>
888888
<layoutConstraint xmi:type="notation:Location" xmi:id="_hWx6A3LrEeilgvRHPaOOsg"/>
889889
</children>
890+
<children xmi:type="notation:Shape" xmi:id="_ZHDXcJ3hEem65Yu6xvelSQ" type="Operation_InterfaceOperationLabel">
891+
<element xmi:type="uml:Operation" href="model.uml#_H_1-4J3hEem65Yu6xvelSQ"/>
892+
<layoutConstraint xmi:type="notation:Location" xmi:id="_ZHDXcZ3hEem65Yu6xvelSQ"/>
893+
</children>
890894
<styles xmi:type="notation:TitleStyle" xmi:id="_eStsGXLrEeilgvRHPaOOsg"/>
891895
<styles xmi:type="notation:SortingStyle" xmi:id="_eStsGnLrEeilgvRHPaOOsg"/>
892896
<styles xmi:type="notation:FilteringStyle" xmi:id="_eStsG3LrEeilgvRHPaOOsg"/>
@@ -899,7 +903,7 @@
899903
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_eStsIXLrEeilgvRHPaOOsg"/>
900904
</children>
901905
<element xmi:type="uml:Interface" href="model.uml#_il06sHC0EeiPSP_DaMvzsA"/>
902-
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_eStFAXLrEeilgvRHPaOOsg" x="20" y="20" width="161" height="101"/>
906+
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_eStFAXLrEeilgvRHPaOOsg" x="20" y="20" width="161" height="121"/>
903907
</children>
904908
<styles xmi:type="notation:StringValueStyle" xmi:id="_cm6RkXLrEeilgvRHPaOOsg" name="diagram_compatibility_version" stringValue="1.4.0"/>
905909
<styles xmi:type="notation:DiagramStyle" xmi:id="_cm6RknLrEeilgvRHPaOOsg"/>

src/main/emf/model.uml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
</ownedOperation>
594594
</packagedElement>
595595
<packagedElement xmi:type="uml:Interface" xmi:id="_il06sHC0EeiPSP_DaMvzsA" name="Prefix">
596-
<ownedOperation xmi:type="uml:Operation" xmi:id="_Ru1Y8HLkEeilgvRHPaOOsg" name="getSymbol">
596+
<ownedOperation xmi:type="uml:Operation" xmi:id="_Ru1Y8HLkEeilgvRHPaOOsg" name="getName">
597597
<ownedComment xmi:type="uml:Comment" xmi:id="_Ru1Y8XLkEeilgvRHPaOOsg">
598598
<body>
599599
* Returns the symbol (if any) of this unit.
@@ -608,8 +608,23 @@
608608
</ownedComment>
609609
<ownedParameter xmi:type="uml:Parameter" xmi:id="_Ru1Y8nLkEeilgvRHPaOOsg" type="_f7ir43Y5EeSqtc-Sb9aJnA" direction="return"/>
610610
</ownedOperation>
611-
<ownedOperation xmi:type="uml:Operation" xmi:id="_qCJL0HLkEeilgvRHPaOOsg" name="getBase">
612-
<ownedParameter xmi:type="uml:Parameter" xmi:id="_ue7gMHLkEeilgvRHPaOOsg" name="int" type="_f6zFDHY5EeSqtc-Sb9aJnA" direction="return"/>
611+
<ownedOperation xmi:type="uml:Operation" xmi:id="_H_1-4J3hEem65Yu6xvelSQ" name="getSymbol">
612+
<ownedComment xmi:type="uml:Comment" xmi:id="_H_1-4Z3hEem65Yu6xvelSQ">
613+
<body>
614+
* Returns the symbol (if any) of this unit.
615+
* This method returns {@code null} if this unit has no specific symbol associated with.
616+
*
617+
* @return this unit symbol, or {@code null} if this unit has not
618+
* specific symbol associated with (e.g. product of units).
619+
*
620+
* @see #toString()
621+
* @see UnitFormat
622+
</body>
623+
</ownedComment>
624+
<ownedParameter xmi:type="uml:Parameter" xmi:id="_H_1-4p3hEem65Yu6xvelSQ" type="_f7ir43Y5EeSqtc-Sb9aJnA" direction="return"/>
625+
</ownedOperation>
626+
<ownedOperation xmi:type="uml:Operation" xmi:id="_qCJL0HLkEeilgvRHPaOOsg" name="getValue">
627+
<ownedParameter xmi:type="uml:Parameter" xmi:id="_ue7gMHLkEeilgvRHPaOOsg" name="int" type="_CgZx5nWcEeSrSaxu8IGQmg" direction="return"/>
613628
</ownedOperation>
614629
<ownedOperation xmi:type="uml:Operation" xmi:id="_AP61kHLlEeilgvRHPaOOsg" name="getExponent">
615630
<ownedParameter xmi:type="uml:Parameter" xmi:id="_AP7coHLlEeilgvRHPaOOsg" name="int" type="_f6zFDHY5EeSqtc-Sb9aJnA" direction="return"/>
1.34 KB
Loading

0 commit comments

Comments
 (0)