Skip to content

Commit

Permalink
update uml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mar authored and Mar committed Jun 9, 2016
1 parent f9817ca commit 1c038ca
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions graphs/colladia.graphml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<data key="d0"/>
<node id="n0">
<data key="d4"/>
<data key="d5"/>
<data key="d6">
<y:UMLClassNode>
<y:Geometry height="194.0" width="406.60416666666674" x="486.69791666666663" y="196.0"/>
Expand All @@ -43,7 +42,6 @@
</node>
<node id="n1">
<data key="d4"/>
<data key="d5"/>
<data key="d6">
<y:UMLClassNode>
<y:Geometry height="194.0" width="548.75" x="-271.56249999999994" y="196.0"/>
Expand All @@ -62,20 +60,48 @@
+ getDiagrams() : UnmodifiableList&lt;String&gt;
+ addDiagram(String name) : void
+ removeDiagram(String name) : void
+ addOnDiagramsChangeCallback(OnListChangedCallback&lt;ObservableList&lt;String&gt;&gt; callback) : void</y:MethodLabel>
</y:UML>
</y:UMLClassNode>
</data>
</node>
<node id="n2">
<data key="d4"/>
<data key="d6">
<y:UMLClassNode>
<y:Geometry height="225.0902784000001" width="548.75" x="-717.9606756756757" y="534.8732972972973"/>
<y:Fill color="#FFCC00" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.92626953125" modelName="custom" textColor="#000000" visible="true" width="54.57177734375" x="247.089111328125" y="26.701171875">Element<y:LabelModel>
<y:SmartNodeLabelModel distance="4.0"/>
</y:LabelModel>
<y:ModelParameter>
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="-0.03703090122767855" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
</y:ModelParameter>
</y:NodeLabel>
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="abstract" use3DEffect="true">
<y:AttributeLabel>- id
- x
- y
- weight
- height</y:AttributeLabel>
<y:MethodLabel>+ getInstance() : Manager
+ getDiagrams() : UnmodifiableList&lt;String&gt;
+ addDiagram(String name) : void
+ removeDiagram(String name) : void
+ addOnDiagramsChangeCallback(OnListChangedCallback&lt;ObservableList&lt;String&gt;&gt; callback) : void</y:MethodLabel>
</y:UML>
</y:UMLClassNode>
</data>
</node>
<edge id="e0" source="n1" target="n0">
<data key="d8"/>
<data key="d9"/>
<data key="d10">
<y:PolyLineEdge>
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
<y:LineStyle color="#000000" type="dashed" width="1.0"/>
<y:Arrows source="none" target="plain"/>
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="1.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.701171875" modelName="custom" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="25.33984375" x="92.113759358724" y="-28.701171875">Use<y:LabelModel>
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.701171875" modelName="custom" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="25.33984375" x="92.113759358724" y="-28.701171875">Use<y:LabelModel>
<y:SmartEdgeLabelModel autoRotationEnabled="false" defaultAngle="0.0" defaultDistance="10.0"/>
</y:LabelModel>
<y:ModelParameter>
Expand Down

0 comments on commit 1c038ca

Please sign in to comment.