diff options
author | yvesf <yvesf-git@xapek.org> | 2011-05-15 23:12:54 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-05-21 10:32:48 +0200 |
commit | 4a0ce7d1b5b087ef3bec0188048cd0111e861b2f (patch) | |
tree | 21b332bbe40df2c6c32791c456b5e0477b3dd4a0 /images/commands.ucls | |
parent | 25fe33409f24006ddaecdeb07c2a685f4d516945 (diff) | |
download | studienarbeit-2011-4a0ce7d1b5b087ef3bec0188048cd0111e861b2f.tar.gz studienarbeit-2011-4a0ce7d1b5b087ef3bec0188048cd0111e861b2f.zip |
Vorabversion 2
Diffstat (limited to 'images/commands.ucls')
-rw-r--r-- | images/commands.ucls | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/images/commands.ucls b/images/commands.ucls new file mode 100644 index 0000000..0937305 --- /dev/null +++ b/images/commands.ucls @@ -0,0 +1,71 @@ +<class-diagram version="1.0.1" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true" + realizations="true" associations="true" dependencies="false" nesting-relationships="true"> + <class id="2" corner="BOTTOM_RIGHT" language="java" name="org.eclipse.gef.commands.Command" + project="de.dhbw.horb.ksm.core" file="/mnt/btrfs/stuff/eclipse/plugins/org.eclipse.gef_3.6.2.v20110110-2020.jar" + binary="true"> + <position x="223" y="7" width="427" height="259"/> + <display autosize="true" package="true" initial-value="false" signature="true" visibility="true"> + <attributes public="false" package="false" protected="false" private="false"/> + <operations public="true" package="true" protected="true" private="true"/> + </display> + </class> + <class id="4" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.commands.NodeMoveCommand" + project="de.dhbw.horb.ksm.core" + file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/commands/NodeMoveCommand.java" binary="false"> + <position x="109" y="433" width="-1" height="-1"/> + <display autosize="true" package="true" initial-value="false" signature="true" visibility="true"> + <attributes public="true" package="true" protected="true" private="true"/> + <operations public="true" package="true" protected="true" private="true"/> + </display> + </class> + <class id="5" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.commands.NodeCreateCommand" + project="de.dhbw.horb.ksm.core" + file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/commands/NodeCreateCommand.java" binary="false"> + <position x="320" y="433" width="-1" height="-1"/> + <display autosize="true" package="true" initial-value="false" signature="true" visibility="true"> + <attributes public="true" package="true" protected="true" private="true"/> + <operations public="true" package="true" protected="true" private="true"/> + </display> + </class> + <class id="6" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.commands.NodeRenameCommand" + project="de.dhbw.horb.ksm.core" + file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/commands/NodeRenameCommand.java" binary="false"> + <position x="538" y="425" width="-1" height="-1"/> + <display autosize="true" package="true" initial-value="false" signature="true" visibility="true"> + <attributes public="true" package="true" protected="true" private="true"/> + <operations public="true" package="true" protected="true" private="true"/> + </display> + </class> + <class id="7" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.commands.NodeDeleteCommand" + project="de.dhbw.horb.ksm.core" + file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/commands/NodeDeleteCommand.java" binary="false"> + <position x="747" y="409" width="-1" height="-1"/> + <display autosize="true" package="true" initial-value="false" signature="true" visibility="true"> + <attributes public="true" package="true" protected="true" private="true"/> + <operations public="true" package="true" protected="true" private="true"/> + </display> + </class> + <generalization> + <bendpoint x="695" y="287"/> + <end type="SOURCE" nodeId="7"/> + <end type="TARGET" nodeId="2"/> + </generalization> + <generalization> + <end type="SOURCE" nodeId="5"/> + <end type="TARGET" nodeId="2"/> + </generalization> + <generalization> + <end type="SOURCE" nodeId="6"/> + <end type="TARGET" nodeId="2"/> + </generalization> + <generalization> + <bendpoint x="189" y="278"/> + <end type="SOURCE" nodeId="4"/> + <end type="TARGET" nodeId="2"/> + </generalization> + <classifier-display autosize="true" package="true" initial-value="false" signature="true" visibility="true"> + <attributes public="true" package="true" protected="true" private="true"/> + <operations public="true" package="true" protected="true" private="true"/> + </classifier-display> + <association-display labels="true" multiplicity="true"/> +</class-diagram>
\ No newline at end of file |