diff options
author | i08005 <i08005@4478ddc8-7591-0410-85af-75e9d0d8dff3> | 2011-02-15 20:40:19 +0000 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-05-11 23:10:10 +0200 |
commit | 25fe33409f24006ddaecdeb07c2a685f4d516945 (patch) | |
tree | 4b696d7fe79ae5e7b4b56dfc0444862e93a29c35 /images/class-diagram-xmlschema.ucls | |
parent | b46373146c35c892a6e8ca802d96095e67f6128e (diff) | |
download | studienarbeit-2011-25fe33409f24006ddaecdeb07c2a685f4d516945.tar.gz studienarbeit-2011-25fe33409f24006ddaecdeb07c2a685f4d516945.zip |
Vorabversion Studienarbeit 2/2011 KSM Eclipse-RCP
Diffstat (limited to 'images/class-diagram-xmlschema.ucls')
-rw-r--r-- | images/class-diagram-xmlschema.ucls | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/images/class-diagram-xmlschema.ucls b/images/class-diagram-xmlschema.ucls new file mode 100644 index 0000000..44d62fa --- /dev/null +++ b/images/class-diagram-xmlschema.ucls @@ -0,0 +1,60 @@ +<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"> + <interface id="1" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.xmlschema.api.KSM" + project="de.dhbw.horb.ksm.xmlschema" file="/de.dhbw.horb.ksm.xmlschema/src/de/dhbw/horb/ksm/xmlschema/api/KSM.java" + binary="false"> + <position x="412" y="93" 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> + </interface> + <class id="2" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.xmlschema.impl.KSMImpl" + project="de.dhbw.horb.ksm.xmlschema" + file="/de.dhbw.horb.ksm.xmlschema/src/de/dhbw/horb/ksm/xmlschema/impl/KSMImpl.java" binary="false"> + <position x="415" y="319" width="-1" height="-1"/> + <display autosize="true" package="true" initial-value="true" 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="3" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.xmlschema.generated.XKSM" + project="de.dhbw.horb.ksm.xmlschema" + file="/de.dhbw.horb.ksm.xmlschema/src/de/dhbw/horb/ksm/xmlschema/generated/XKSM.java" binary="false"> + <position x="147" y="335" 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.xmlschema.impl.KSMFactory" + project="de.dhbw.horb.ksm.xmlschema" + file="/de.dhbw.horb.ksm.xmlschema/src/de/dhbw/horb/ksm/xmlschema/impl/KSMFactory.java" binary="false"> + <position x="117" y="94" 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> + <dependency> + <end type="SOURCE" nodeId="6"/> + <end type="TARGET" nodeId="2"/> + </dependency> + <association> + <end type="SOURCE" nodeId="2" navigable="false"> + <attribute name="xksm"/> + <multiplicity minimum="0" maximum="1"/> + </end> + <end type="TARGET" nodeId="3" navigable="true"/> + <display labels="true" multiplicity="true"/> + </association> + <realization> + <end type="SOURCE" nodeId="2"/> + <end type="TARGET" nodeId="1"/> + </realization> + <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 |