Consistent UML model naming across all examples.

This commit is contained in:
Ilkka Seppala
2015-05-31 12:59:30 +03:00
parent 8524c75ba6
commit 5c2e2ff7fb
96 changed files with 1924 additions and 1617 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,115 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.1.7" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
associations="true" dependencies="false" nesting-relationships="true">
<class id="1" language="java" name="com.iluwatar.MinusExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/MinusExpression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="467" y="140"/>
<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
<class id="1" language="java" name="com.iluwatar.interpreter.Expression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/interpreter/Expression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="123" width="138" x="508" y="389"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="2" language="java" name="com.iluwatar.PlusExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/PlusExpression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="763" y="150"/>
<class id="2" language="java" name="com.iluwatar.interpreter.NumberExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/interpreter/NumberExpression.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="160" width="178" x="508" y="552"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="3" language="java" name="com.iluwatar.MultiplyExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/MultiplyExpression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="811" y="329"/>
<class id="3" language="java" name="com.iluwatar.interpreter.MinusExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/interpreter/MinusExpression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="124" width="268" x="200" y="225"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="4" language="java" name="com.iluwatar.Expression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/Expression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="462" y="333"/>
<class id="4" language="java" name="com.iluwatar.interpreter.MultiplyExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/interpreter/MultiplyExpression.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="124" width="278" x="508" y="225"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="5" language="java" name="com.iluwatar.NumberExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/NumberExpression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="464" y="525"/>
<class id="5" language="java" name="com.iluwatar.interpreter.PlusExpression" project="interpreter"
file="/interpreter/src/main/java/com/iluwatar/interpreter/PlusExpression.java" binary="false" corner="BOTTOM_RIGHT">
<position height="124" width="259" x="826" y="225"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<generalization id="6">
<end type="SOURCE" refId="1"/>
<end type="TARGET" refId="4"/>
</generalization>
<generalization id="7">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="4"/>
</generalization>
<generalization id="8">
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="4"/>
</generalization>
<association id="6">
<end type="SOURCE" refId="4" navigable="false">
<attribute id="7" name="leftExpression"/>
<multiplicity id="8" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="9">
<end type="SOURCE" refId="3" navigable="false">
<attribute id="10" name="rightExpression"/>
<attribute id="10" name="leftExpression"/>
<multiplicity id="11" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="12">
<end type="SOURCE" refId="5"/>
<end type="TARGET" refId="4"/>
</generalization>
<association id="13">
<end type="SOURCE" refId="1" navigable="false">
<attribute id="14" name="rightExpression"/>
<multiplicity id="15" minimum="0" maximum="1"/>
<association id="12">
<end type="SOURCE" refId="5" navigable="false">
<attribute id="13" name="leftExpression"/>
<multiplicity id="14" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="16">
<end type="SOURCE" refId="2" navigable="false">
<attribute id="17" name="leftExpression"/>
<multiplicity id="18" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="19">
<end type="SOURCE" refId="1" navigable="false">
<attribute id="20" name="leftExpression"/>
<multiplicity id="21" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="22">
<association id="15">
<end type="SOURCE" refId="3" navigable="false">
<attribute id="23" name="leftExpression"/>
<attribute id="16" name="rightExpression"/>
<multiplicity id="17" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="18">
<end type="SOURCE" refId="5" navigable="false">
<attribute id="19" name="rightExpression"/>
<multiplicity id="20" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="21">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="1"/>
</generalization>
<association id="22">
<end type="SOURCE" refId="4" navigable="false">
<attribute id="23" name="rightExpression"/>
<multiplicity id="24" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="25">
<end type="SOURCE" refId="2" navigable="false">
<attribute id="26" name="rightExpression"/>
<multiplicity id="27" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="25">
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="1"/>
</generalization>
<generalization id="26">
<end type="SOURCE" refId="5"/>
<end type="TARGET" refId="1"/>
</generalization>
<generalization id="27">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="1"/>
</generalization>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>