Files
Zork/ZorkUML.ucls
Luca Carnegie 38a10f116d new UML diagram
2019-05-30 19:48:03 -04:00

210 lines
12 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.2.3" icons="true" automaticImage="JPEG" always-add-relationships="true" generalizations="true"
realizations="true" associations="false" dependencies="true" nesting-relationships="true" router="FAN">
<class id="1" language="java" name="com.bayviewglen.zork.Entities.Enemies.Enemy" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Entities/Enemies/Enemy.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="807" y="370"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="2" language="java" name="com.bayviewglen.zork.Entities.Riddler" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Entities/Riddler.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="435" y="370"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="3" language="java" name="com.bayviewglen.zork.Entities.Entity" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Entities/Entity.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="611" y="294"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="4" language="java" name="com.bayviewglen.zork.Entities.Riddle" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Entities/Riddle.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="435" y="446"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="5" language="java" name="com.bayviewglen.zork.Entities.Player" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Entities/Player.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="611" y="370"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="6" language="java" name="com.bayviewglen.zork.Command" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Command.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="808" y="163"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="7" language="java" name="com.bayviewglen.zork.Room" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Room.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="427" y="165"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="8" language="java" name="com.bayviewglen.zork.Zork" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Zork.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="577" y="27"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="9" language="java" name="com.bayviewglen.zork.Game" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Game.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="577" y="100"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="10" language="java" name="com.bayviewglen.zork.Parser" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Parser.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="685" y="162"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="11" language="java" name="com.bayviewglen.zork.Combat" project="Zork"
file="/Zork/src/com/bayviewglen/zork/Combat.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="563" y="166"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="12" language="java" name="com.bayviewglen.zork.CommandWords" project="Zork"
file="/Zork/src/com/bayviewglen/zork/CommandWords.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="811" y="227"/>
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="false"
sort-features="false" accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<dependency id="13">
<bendpoint x="346" y="140"/>
<bendpoint x="346" y="247"/>
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="2"/>
</dependency>
<dependency id="14">
<bendpoint x="881" y="102"/>
<bendpoint x="880" y="270"/>
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="1"/>
</dependency>
<dependency id="15">
<end type="SOURCE" refId="8"/>
<end type="TARGET" refId="9"/>
</dependency>
<dependency id="16">
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="10"/>
</dependency>
<dependency id="17">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="4"/>
</dependency>
<generalization id="18">
<end type="SOURCE" refId="5"/>
<end type="TARGET" refId="3"/>
</generalization>
<generalization id="19">
<end type="SOURCE" refId="1"/>
<end type="TARGET" refId="3"/>
</generalization>
<dependency id="20">
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="6"/>
</dependency>
<dependency id="21">
<end type="SOURCE" refId="7"/>
<end type="TARGET" refId="2"/>
</dependency>
<dependency id="22">
<end type="SOURCE" refId="10"/>
<end type="TARGET" refId="12"/>
</dependency>
<dependency id="23">
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="11"/>
</dependency>
<dependency id="24">
<bendpoint x="902" y="98"/>
<bendpoint x="906" y="420"/>
<bendpoint x="610" y="422"/>
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="5"/>
</dependency>
<generalization id="25">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="3"/>
</generalization>
<dependency id="26">
<end type="SOURCE" refId="11"/>
<end type="TARGET" refId="3"/>
</dependency>
<dependency id="27">
<end type="SOURCE" refId="6"/>
<end type="TARGET" refId="12"/>
</dependency>
<dependency id="28">
<bendpoint x="620" y="148"/>
<bendpoint x="620" y="202"/>
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="3"/>
</dependency>
<dependency id="29">
<bendpoint x="338" y="105"/>
<bendpoint x="338" y="260"/>
<bendpoint x="338" y="370"/>
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="4"/>
</dependency>
<dependency id="30">
<end type="SOURCE" refId="10"/>
<end type="TARGET" refId="6"/>
</dependency>
<dependency id="31">
<end type="SOURCE" refId="11"/>
<end type="TARGET" refId="1"/>
</dependency>
<dependency id="32">
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="7"/>
</dependency>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</classifier-display>
<association-display labels="false" multiplicity="false"/>
</class-diagram>