blob: 263b27bdba42ab95fb2ad9a459366beee521040d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<class-diagram version="1.0.1" icons="true" automaticImage="PNG" always-add-relationships="true" generalizations="true"
realizations="true" associations="true" dependencies="true" nesting-relationships="true">
<class id="1" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.figures.KSMNodeFigure"
project="de.dhbw.horb.ksm.core"
file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/figures/KSMNodeFigure.java" binary="false">
<position x="524" y="64" width="-1" height="-1"/>
<display autosize="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false"/>
<operations public="false" package="false" protected="false" private="false"/>
</display>
</class>
<class id="8" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.parts.PartFactory"
project="de.dhbw.horb.ksm.core"
file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/parts/PartFactory.java" binary="false">
<position x="527" y="530" 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="11" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.core.editor.parts.KSMNodeEditPart"
project="de.dhbw.horb.ksm.core"
file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/parts/KSMNodeEditPart.java" binary="false">
<position x="523" y="277" width="-1" height="-1"/>
<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>
<interface id="16" corner="BOTTOM_RIGHT" language="java" name="de.dhbw.horb.ksm.xmlschema.api.Node"
project="ksm-datamodel" file="/ksm-datamodel/src/de/dhbw/horb/ksm/xmlschema/api/Node.java" binary="false">
<position x="166" y="156" 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="17" corner="BOTTOM_RIGHT" language="java"
name="de.dhbw.horb.ksm.core.editor.parts.editmanager.NodeDirectEditManager" project="de.dhbw.horb.ksm.core"
file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/parts/editmanager/NodeDirectEditManager.java"
binary="false">
<position x="898" y="140" width="-1" height="-1"/>
<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="18" corner="BOTTOM_RIGHT" language="java"
name="de.dhbw.horb.ksm.core.editor.policies.NodeComponentEditPolicy" project="de.dhbw.horb.ksm.core"
file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/policies/NodeComponentEditPolicy.java" binary="false">
<position x="900" y="36" 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="19" corner="BOTTOM_RIGHT" language="java"
name="de.dhbw.horb.ksm.core.editor.policies.NodeGraphicalNodeEditPolicy" project="de.dhbw.horb.ksm.core"
file="/de.dhbw.horb.ksm.core/src/de/dhbw/horb/ksm/core/editor/policies/NodeGraphicalNodeEditPolicy.java"
binary="false">
<position x="915" y="269" 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="11"/>
<end type="TARGET" nodeId="18"/>
</dependency>
<dependency>
<end type="SOURCE" nodeId="11"/>
<end type="TARGET" nodeId="1"/>
</dependency>
<dependency>
<end type="SOURCE" nodeId="19"/>
<end type="TARGET" nodeId="11"/>
</dependency>
<dependency>
<end type="SOURCE" nodeId="8"/>
<end type="TARGET" nodeId="11"/>
</dependency>
<association>
<end type="SOURCE" nodeId="11" navigable="false">
<attribute name="manager"/>
<multiplicity minimum="0" maximum="1"/>
</end>
<end type="TARGET" nodeId="17" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<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>
|