mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-22 00:36:41 +02:00
новый
This commit is contained in:
parent
b7446dc946
commit
b4489c07a3
@ -1,6 +1,3 @@
|
|||||||
#filename file to create with .graphml extension
|
|
||||||
FILENAME_GRAPHML=
|
|
||||||
|
|
||||||
#table names have to image, regular expression format
|
#table names have to image, regular expression format
|
||||||
INCLUDE_TABLES=
|
INCLUDE_TABLES=
|
||||||
|
|
||||||
|
@ -1,54 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
|
||||||
<!--Created by yEd 3.21.1-->
|
|
||||||
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
|
||||||
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
|
||||||
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
|
||||||
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
|
||||||
<key for="graphml" id="d6" yfiles.type="resources"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
|
||||||
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
|
||||||
<graph edgedefault="directed" id="G">
|
|
||||||
<node id="n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="144.0" x="20.0" y="0.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="136.015625" x="3.9921875" xml:space="preserve" y="1.6875">image_database</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n1">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="96.0" x="44.0" y="81.22559999999999"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="72.9609375" x="11.51953125" xml:space="preserve" y="1.6875">Postgres</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<edge id="e0" source="n0" target="n1">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[image_database -> Postgres]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="13.0" tx="0.0" ty="-13.0"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="standard" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="-15.2578125" xml:space="preserve" y="18.300299999999993">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
</graph>
|
|
||||||
<data key="d6">
|
|
||||||
<y:Resources/>
|
|
||||||
</data>
|
|
||||||
</graphml>
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB |
@ -1,597 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
|
||||||
<!--Created by yEd 3.21.1-->
|
|
||||||
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
|
||||||
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
|
||||||
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
|
||||||
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
|
||||||
<key for="graphml" id="d6" yfiles.type="resources"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
|
||||||
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
|
||||||
<graph edgedefault="directed" id="G">
|
|
||||||
<node id="n0" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="304.28125" width="1108.306640625" x="-15.0" y="-304.28125"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="7.1787109375" x="550.56396484375" xml:space="preserve" y="-15.640625">.</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="20.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="8.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="20.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0:">
|
|
||||||
<node id="n0::n0" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="40.0" x="70.0" y="-221.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.4638671875" x="10.26806640625" xml:space="preserve" y="-15.640625">bin</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="40.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="18.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="40.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n0:"/>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n1" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="40.0" x="0.0" y="-221.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="25.5869140625" x="7.20654296875" xml:space="preserve" y="-15.640625">cmd</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="40.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="18.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="40.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n1:"/>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n2" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="258.640625" width="758.0" x="125.0" y="-273.640625"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="130.279296875" x="313.8603515625" xml:space="preserve" y="-15.640625">internal (2 func, 35 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="280.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="138.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="280.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n2:">
|
|
||||||
<node id="n0::n2::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="64.0" x="140.0" y="-56.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.9765625" x="10.01171875" xml:space="preserve" y="1.6875">main</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n2::n1" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="56.0" width="110.0" x="244.0" y="-114.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="122.3349609375" x="-6.16748046875" xml:space="preserve" y="-15.640625">config (3 func, 53 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="260.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="128.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="260.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n2::n1:">
|
|
||||||
<node id="n0::n2::n1::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="80.0" x="259.0" y="-99.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="52.9609375" x="13.51953125" xml:space="preserve" y="1.6875">config</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n2::n2" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="56.0" width="134.0" x="359.0" y="-200.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="96.4609375" x="18.76953125" xml:space="preserve" y="-15.640625">constants (6 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="200.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="98.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="200.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n2::n2:">
|
|
||||||
<node id="n0::n2::n2::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="104.0" x="374.0" y="-185.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="81.890625" x="11.0546875" xml:space="preserve" y="1.6875">constants</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n2::n3" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="56.0" width="102.0" x="498.0" y="-243.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="121.6171875" x="-9.80859375" xml:space="preserve" y="-15.640625">logic (4 func, 127 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="260.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="128.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="260.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n2::n3:">
|
|
||||||
<node id="n0::n2::n3::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="72.0" x="513.0" y="-228.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.6328125" x="15.18359375" xml:space="preserve" y="1.6875">logic</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n2::n4" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="56.0" width="126.0" x="620.0" y="-157.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="141.5146484375" x="-7.75732421875" xml:space="preserve" y="-15.640625">postgres (2 func, 229 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="290.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="143.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="290.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n2::n4:">
|
|
||||||
<node id="n0::n2::n4::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="96.0" x="635.0" y="-142.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="73.46875" x="11.265625" xml:space="preserve" y="1.6875">postgres</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n2::n5" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="56.0" width="102.0" x="766.0" y="-200.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="81.6904296875" x="10.15478515625" xml:space="preserve" y="-15.640625">types (43 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="170.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="83.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="170.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n2::n5:">
|
|
||||||
<node id="n0::n2::n5::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="72.0" x="781.0" y="-185.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="48.078125" x="11.9609375" xml:space="preserve" y="1.6875">types</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<node id="n0::n3" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="101.640625" width="182.61328125" x="895.693359375" y="-230.640625"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.486328125" x="80.0634765625" xml:space="preserve" y="-15.640625">pkg</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="40.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="18.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="40.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n3:">
|
|
||||||
<node id="n0::n3::n0" yfiles.foldertype="group">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="56.0" width="118.0" x="928.0" y="-200.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#F5F5F5" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" height="15.640625" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="152.61328125" x="-17.306640625" xml:space="preserve" y="-15.640625">graphml (24 func, 1084 lines)</y:NodeLabel>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="80.0" closedWidth="100.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="12.0" width="300.0" x="0.0" y="0.0"/>
|
|
||||||
<y:Fill color="#F5F5F5" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="content" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="10" fontStyle="plain" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="sandwich" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="148.0" y="-4.0"/>
|
|
||||||
<y:Shape type="roundrectangle"/>
|
|
||||||
<y:State closed="true" closedHeight="12.0" closedWidth="300.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
|
||||||
<y:BorderInsets bottom="54" bottomF="54.0" left="0" leftF="0.0" right="23" rightF="23.35" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n0::n3::n0:">
|
|
||||||
<node id="n0::n3::n0::n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:ShapeNode>
|
|
||||||
<y:Geometry height="26.0" width="88.0" x="943.0" y="-185.0"/>
|
|
||||||
<y:Fill color="#FFFFFF" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="70.8671875" x="8.56640625" xml:space="preserve" y="1.6875">graphml</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
</y:ShapeNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<edge id="n0::n2::e0" source="n0::n2::n0" target="n0::n2::n1::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[main -> config]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="-3.7142857142857153" tx="0.0" ty="0.0">
|
|
||||||
<y:Point x="234.0" y="-46.714285714285715"/>
|
|
||||||
<y:Point x="234.0" y="-86.0"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="14.7431640625" xml:space="preserve" y="-28.955356052943642">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::n2::e1" source="n0::n2::n0" target="n0::n2::n2::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[main -> constants]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="-7.428571428571431" tx="0.0" ty="0.0">
|
|
||||||
<y:Point x="224.0" y="-50.42857142857143"/>
|
|
||||||
<y:Point x="224.0" y="-172.0"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="75.162109375" xml:space="preserve" y="-130.88393020629883">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::n2::e2" source="n0::n2::n0" target="n0::n2::n3::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[main -> logic]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="-11.142857142857139" tx="0.0" ty="0.0">
|
|
||||||
<y:Point x="214.0" y="-54.14285714285714"/>
|
|
||||||
<y:Point x="214.0" y="-215.0"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="139.646484375" xml:space="preserve" y="-170.1696434020996">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::e0" source="n0::n2::n0" target="n0::n3::n0::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[main -> graphml]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="10.400000000000006">
|
|
||||||
<y:Point x="903.0" y="-43.0"/>
|
|
||||||
<y:Point x="903.0" y="-161.6"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="338.8046875" xml:space="preserve" y="-9.3125">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::n2::e3" source="n0::n2::n3::n0" target="n0::n2::n4::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[logic -> postgres]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="10.400000000000006" tx="0.0" ty="-8.666666666666657">
|
|
||||||
<y:Point x="610.0" y="-204.6"/>
|
|
||||||
<y:Point x="610.0" y="-137.66666666666666"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="9.73193359375" xml:space="preserve" y="24.1541727701823">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::n2::e4" source="n0::n2::n3::n0" target="n0::n2::n5::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[logic -> types]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="5.199999999999989" tx="0.0" ty="0.0">
|
|
||||||
<y:Point x="625.0" y="-209.8"/>
|
|
||||||
<y:Point x="625.0" y="-172.0"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="98.146484375" xml:space="preserve" y="28.487503051757812">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::e1" source="n0::n2::n3::n0" target="n0::n3::n0::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[logic -> graphml]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="-5.199999999999989">
|
|
||||||
<y:Point x="893.0" y="-215.0"/>
|
|
||||||
<y:Point x="893.0" y="-177.2"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="143.3046875" xml:space="preserve" y="-9.3125">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::n2::e5" source="n0::n2::n4::n0" target="n0::n2::n1::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[postgres -> config]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="-8.666666666666671">
|
|
||||||
<y:Point x="364.0" y="-129.0"/>
|
|
||||||
<y:Point x="364.0" y="-94.66666666666667"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="-155.3203125" xml:space="preserve" y="-9.3125">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::n2::e6" source="n0::n2::n4::n0" target="n0::n2::n5::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[postgres -> types]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="8.666666666666657">
|
|
||||||
<y:Point x="756.0" y="-129.0"/>
|
|
||||||
<y:Point x="756.0" y="-163.33333333333334"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="9.7421875" xml:space="preserve" y="-26.479166666666686">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::e2" source="n0::n3::n0::n0" target="n0::n2::n5::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[graphml -> types]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<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="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="-60.2578125" xml:space="preserve" y="-9.3125">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="n0::e3" source="n0::n3::n0::n0" target="n0::n2::n1::n0">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[graphml -> config]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="0.0" sy="5.199999999999989" tx="0.0" ty="0.0">
|
|
||||||
<y:Point x="893.0" y="-166.8"/>
|
|
||||||
<y:Point x="893.0" y="-86.0"/>
|
|
||||||
</y:Path>
|
|
||||||
<y:LineStyle color="#000000" type="dashed" width="1.0"/>
|
|
||||||
<y:Arrows source="none" target="standard"/>
|
|
||||||
<y:EdgeLabel alignment="center" bottomInset="0" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.625" horizontalTextPosition="center" iconTextGap="4" leftInset="0" modelName="centered" modelPosition="center" preferredPlacement="anywhere" ratio="0.5" rightInset="0" textColor="#000000" topInset="0" verticalTextPosition="bottom" visible="true" width="30.515625" x="-337.6787109375" xml:space="preserve" y="71.48750305175781">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
</graph>
|
|
||||||
<data key="d6">
|
|
||||||
<y:Resources/>
|
|
||||||
</data>
|
|
||||||
</graphml>
|
|
Binary file not shown.
Before Width: | Height: | Size: 33 KiB |
@ -1,259 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
|
||||||
<!--Created by yEd 3.21.1-->
|
|
||||||
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
|
||||||
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
|
||||||
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
|
||||||
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
|
||||||
<key for="graphml" id="d6" yfiles.type="resources"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
|
||||||
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
|
||||||
<graph edgedefault="directed" id="G">
|
|
||||||
<node id="n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="212.0" width="254.7" x="-269.85" y="378.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="46.7265625" x="103.98671875" xml:space="preserve" y="4.0">timer</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="190.25" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="234.9375" x="2.0" xml:space="preserve" y="30.0">due_date_ int8
|
|
||||||
element_instance_key_ int8
|
|
||||||
key_ int8
|
|
||||||
process_definition_key_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
repetitions int4
|
|
||||||
state_ varchar
|
|
||||||
target_element_id_ varchar
|
|
||||||
timestamp_ int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n1">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="250.0" width="254.7" x="-269.85" y="1352.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="145.7578125" x="54.471093749999994" xml:space="preserve" y="4.0">element_instance</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="227.5" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="247.1015625" x="2.0" xml:space="preserve" y="30.0">bpmn_element_type_ varchar
|
|
||||||
element_id_ varchar
|
|
||||||
flow_scope_key_ int8
|
|
||||||
id varchar
|
|
||||||
intent_ varchar
|
|
||||||
key_ int8
|
|
||||||
partition_id_ int4
|
|
||||||
position_ int8
|
|
||||||
process_definition_key_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
timestamp_ int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n2">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="155.0" width="239.4" x="-269.7" y="-1068.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="43.3671875" x="98.01640624999999" xml:space="preserve" y="4.0">error</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="134.375" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="227.40625" x="2.0" xml:space="preserve" y="30.0">error_event_position_ int8
|
|
||||||
exception_message_ oid
|
|
||||||
position_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
stacktrace_ oid
|
|
||||||
timestamp_ int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n3">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="79.0" width="154.9" x="-269.95" y="-1483.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="136.8046875" x="9.047656249999989" xml:space="preserve" y="4.0">hazelcast_config</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="59.875" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="122.3125" x="2.0" xml:space="preserve" y="30.0">id varchar
|
|
||||||
sequence int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n4">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="174.0" width="224.0" x="-270.0" y="-813.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="75.90625" x="74.046875" xml:space="preserve" y="4.0">message</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="153.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="206.40625" x="2.0" xml:space="preserve" y="30.0">correlation_key_ varchar
|
|
||||||
key_ int8
|
|
||||||
message_id_ varchar
|
|
||||||
name_ varchar
|
|
||||||
payload_ oid
|
|
||||||
state_ varchar
|
|
||||||
timestamp_ int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n5">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="136.0" width="224.0" x="-270.0" y="-1304.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.8359375" x="79.08203125" xml:space="preserve" y="4.0">process</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="115.75" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="221.8203125" x="2.0" xml:space="preserve" y="30.0">bpmn_process_id_ varchar
|
|
||||||
key_ int8
|
|
||||||
resource_ oid
|
|
||||||
timestamp_ int8
|
|
||||||
version_ int4
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n6">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="231.0" width="293.1" x="-269.55" y="1021.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="141.6171875" x="75.74140625000001" xml:space="preserve" y="4.0">process_instance</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="208.875" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="292.34375" x="2.0" xml:space="preserve" y="30.0">bpmn_process_id_ varchar
|
|
||||||
end_ int8
|
|
||||||
key_ int8
|
|
||||||
parent_element_instance_key_ int8
|
|
||||||
parent_process_instance_key_ int8
|
|
||||||
partition_id_ int4
|
|
||||||
process_definition_key_ int8
|
|
||||||
start_ int8
|
|
||||||
state_ varchar
|
|
||||||
version_ int4
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n7">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="231.0" width="254.7" x="-269.85" y="690.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="68.2421875" x="93.22890625" xml:space="preserve" y="4.0">incident</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="208.875" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="234.9375" x="2.0" xml:space="preserve" y="30.0">bpmn_process_id_ varchar
|
|
||||||
created_ int8
|
|
||||||
element_instance_key_ int8
|
|
||||||
error_msg_ oid
|
|
||||||
error_type_ varchar
|
|
||||||
job_key_ int8
|
|
||||||
key_ int8
|
|
||||||
process_definition_key_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
resolved_ int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n8">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="193.0" width="239.4" x="-269.7" y="-539.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="28.390625" x="105.50468749999999" xml:space="preserve" y="4.0">job</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="171.625" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="231.546875" x="2.0" xml:space="preserve" y="30.0">element_instance_key_ int8
|
|
||||||
job_type_ varchar
|
|
||||||
key_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
retries_ int4
|
|
||||||
state_ varchar
|
|
||||||
timestamp_ int8
|
|
||||||
worker_ varchar
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n9">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="212.0" width="254.7" x="-269.85" y="66.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="181.5" x="36.599999999999994" xml:space="preserve" y="4.0">message_subscription</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="190.25" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="243.7578125" x="2.0" xml:space="preserve" y="30.0">correlation_key_ varchar
|
|
||||||
element_instance_key_ int8
|
|
||||||
id_ varchar
|
|
||||||
message_name_ varchar
|
|
||||||
process_definition_key_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
state_ varchar
|
|
||||||
target_flow_node_id_ varchar
|
|
||||||
timestamp_ int8
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n10">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="212.0" width="239.4" x="-269.7" y="-246.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="22.625" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="68.546875" x="85.42656249999999" xml:space="preserve" y="4.0">variable</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="190.25" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="227.40625" x="2.0" xml:space="preserve" y="30.0">id varchar
|
|
||||||
name_ varchar
|
|
||||||
partition_id_ int4
|
|
||||||
position_ int8
|
|
||||||
process_instance_key_ int8
|
|
||||||
scope_key_ int8
|
|
||||||
state_ varchar
|
|
||||||
timestamp_ int8
|
|
||||||
value_ oid
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
<data key="d6">
|
|
||||||
<y:Resources/>
|
|
||||||
</data>
|
|
||||||
</graphml>
|
|
@ -1,292 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
|
||||||
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
|
||||||
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
|
||||||
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
|
||||||
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
|
||||||
<key for="graphml" id="d6" yfiles.type="resources"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
|
||||||
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
|
||||||
<graph edgedefault="directed" id="G">
|
|
||||||
<node id="n0">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="326.0" width="216.3" x="671.849976" y="-343.000000"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="326.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="216.3" x="16.0" xml:space="preserve" y="4.0">contract_black_items</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="326.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="216.3" x="2.0" xml:space="preserve" y="30.0">id int8
|
|
||||||
contract_id int8
|
|
||||||
contract_number text
|
|
||||||
created_at timestamptz
|
|
||||||
created_by_id int8
|
|
||||||
date_from timestamptz
|
|
||||||
date_to timestamptz
|
|
||||||
deleted_at timestamptz
|
|
||||||
edms_link text
|
|
||||||
ext_id int8
|
|
||||||
is_deleted bool
|
|
||||||
modified_at timestamptz
|
|
||||||
modified_by_id int8
|
|
||||||
note text
|
|
||||||
reason text
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n1">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="269.0" width="216.3" x="-318.149994" y="105.500000"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="269.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="216.3" x="16.0" xml:space="preserve" y="4.0">contract_category_types</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="269.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="216.3" x="2.0" xml:space="preserve" y="30.0">id int8
|
|
||||||
code text
|
|
||||||
connection_id int8
|
|
||||||
created_at timestamptz
|
|
||||||
deleted_at timestamptz
|
|
||||||
description text
|
|
||||||
ext_id int8
|
|
||||||
is_deleted bool
|
|
||||||
is_group bool
|
|
||||||
modified_at timestamptz
|
|
||||||
name text
|
|
||||||
parent_id int8
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n2">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="79.0" width="185.6" x="-302.799988" y="-3.500000"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="79.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="185.6" x="16.0" xml:space="preserve" y="4.0">contract_individuals</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="79.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="185.6" x="2.0" xml:space="preserve" y="30.0">contract_id int8
|
|
||||||
individual_id int8
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n3">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="79.0" width="201.0" x="281.899994" y="-309.500000"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="79.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="201.0" x="16.0" xml:space="preserve" y="4.0">contract_organizations</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="79.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="201.0" x="2.0" xml:space="preserve" y="30.0">contract_id int8
|
|
||||||
organization_id int8
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n4">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="326.0" width="216.3" x="671.849976" y="17.000000"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="326.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="216.3" x="16.0" xml:space="preserve" y="4.0">contract_white_items</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="326.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="216.3" x="2.0" xml:space="preserve" y="30.0">id int8
|
|
||||||
contract_id int8
|
|
||||||
contract_number text
|
|
||||||
created_at timestamptz
|
|
||||||
created_by_id int8
|
|
||||||
date_from timestamptz
|
|
||||||
date_to timestamptz
|
|
||||||
deleted_at timestamptz
|
|
||||||
edms_link text
|
|
||||||
ext_id int8
|
|
||||||
is_deleted bool
|
|
||||||
modified_at timestamptz
|
|
||||||
modified_by_id int8
|
|
||||||
note text
|
|
||||||
reason text
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n5">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="706.0" width="277.8" x="205.100006" y="24.000000"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="706.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="277.8" x="16.0" xml:space="preserve" y="4.0">contracts</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="706.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="277.8" x="2.0" xml:space="preserve" y="30.0">id int8
|
|
||||||
begin_at timestamptz
|
|
||||||
branch_id int8
|
|
||||||
category_id int8
|
|
||||||
connection_id int8
|
|
||||||
created_at timestamptz
|
|
||||||
curator_claim_id int8
|
|
||||||
curator_contract_id int8
|
|
||||||
curator_legal_id int8
|
|
||||||
curator_payment_id int8
|
|
||||||
curator_tech_audit_id int8
|
|
||||||
days_to_resolve_claim int4
|
|
||||||
deleted_at timestamptz
|
|
||||||
description text
|
|
||||||
email text
|
|
||||||
end_at timestamptz
|
|
||||||
error_from_stack_at timestamptz
|
|
||||||
ext_id int8
|
|
||||||
individual_id int8
|
|
||||||
is_deleted bool
|
|
||||||
is_error_from_stack bool
|
|
||||||
is_group bool
|
|
||||||
is_ind_organization bool
|
|
||||||
is_organization bool
|
|
||||||
is_valid_email bool
|
|
||||||
modified_at timestamptz
|
|
||||||
number text
|
|
||||||
organization_consignee_id int8
|
|
||||||
organization_customer_id int8
|
|
||||||
organization_payer_id int8
|
|
||||||
parent_id int8
|
|
||||||
post_address text
|
|
||||||
sign_at timestamptz
|
|
||||||
status text
|
|
||||||
terminate_at timestamptz
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
<edge id="e11" source="n4" target="n5">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[contract_id - id]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="-108.16" sy="-104.35" tx="138.88" ty="-313.00"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="centered" modelPosition="head" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.8" x="71.5" xml:space="preserve" y="0.5" bottomInset="0" leftInset="0" rightInset="0" topInset="0">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
|
|
||||||
</y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="e12" source="n5" target="n1">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[category_id - id]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="-138.88" sy="-257.04" tx="108.16" ty="-94.50"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="centered" modelPosition="head" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.8" x="71.5" xml:space="preserve" y="0.5" bottomInset="0" leftInset="0" rightInset="0" topInset="0">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
|
|
||||||
</y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="e13" source="n0" target="n5">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[contract_id - id]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="-108.16" sy="-104.35" tx="138.88" ty="-313.00"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="centered" modelPosition="head" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.8" x="71.5" xml:space="preserve" y="0.5" bottomInset="0" leftInset="0" rightInset="0" topInset="0">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
|
|
||||||
</y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="e14" source="n2" target="n5">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[contract_id - id]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="92.80" sy="0.50" tx="-138.88" ty="-313.00"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="centered" modelPosition="head" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.8" x="71.5" xml:space="preserve" y="0.5" bottomInset="0" leftInset="0" rightInset="0" topInset="0">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
|
|
||||||
</y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
<edge id="e15" source="n3" target="n5">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[contract_id - id]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="-100.48" sy="0.50" tx="138.88" ty="-313.00"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="centered" modelPosition="head" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.8" x="71.5" xml:space="preserve" y="0.5" bottomInset="0" leftInset="0" rightInset="0" topInset="0">
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
|
|
||||||
</y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
</graphml>
|
|
Binary file not shown.
Before Width: | Height: | Size: 147 KiB |
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"github.com/segmentio/kafka-go": "Kafka",
|
|
||||||
"gorm.io/driver/postgres": "Postgres",
|
|
||||||
"github.com/camunda/zeebe/clients/go/v8": "Camunda",
|
|
||||||
"gitlab.aescorp.ru/dsp_dev/claim/nikitin/nats_connect": "Nats",
|
|
||||||
"github.com/nats-io/nats.go": "Nats",
|
|
||||||
"github.com/minio/minio-go": "Minio",
|
|
||||||
"github.com/sashabaranov/go-openai": "Chat GPT",
|
|
||||||
"github.com/xhit/go-simple-mail": "EMail server",
|
|
||||||
"github.com/emersion/go-imap": "EMail IMAP server",
|
|
||||||
"github.com/denisenkom/go-mssqldb": "MSSQL",
|
|
||||||
"github.com/lib/pq": "Postgres",
|
|
||||||
"github.com/jackc/pgx": "Postgres",
|
|
||||||
"github.com/gotd": "Telegram",
|
|
||||||
"go.mau.fi/whatsmeow": "Whatsapp",
|
|
||||||
"github.com/mattn/go-sqlite3": "SQL Lite3",
|
|
||||||
"net/http": "WEB",
|
|
||||||
"github.com/valyala/fasthttp": "WEB",
|
|
||||||
"github.com/gin-gonic/gin": "WEB",
|
|
||||||
"github.com/rabbitmq/amqp091-go": "RabbitMQ",
|
|
||||||
"github.com/ManyakRus/starter/kafka_connect": "Kafka",
|
|
||||||
"github.com/ManyakRus/starter/postgres_gorm": "Postgres",
|
|
||||||
"github.com/ManyakRus/starter/camunda_connect": "Camunda",
|
|
||||||
"github.com/ManyakRus/starter/nats_connect": "Nats",
|
|
||||||
"github.com/ManyakRus/starter/minio_connect": "Minio",
|
|
||||||
"github.com/ManyakRus/starter/liveness": "WEB server\nLiveness",
|
|
||||||
"github.com/ManyakRus/starter/whatsapp_connect": "Whatsapp",
|
|
||||||
"github.com/go-redis/redis": "Redis",
|
|
||||||
"github.com/gorilla/websocket": "Web socket",
|
|
||||||
"github.com/Nerzal/gocloak": "Keycloak",
|
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp": "Prometeus"
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"Service1": "github.com/ManyakRus/1",
|
|
||||||
"Service2": "github.com/ManyakRus/2"
|
|
||||||
}
|
|
@ -1,79 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
|
||||||
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
|
||||||
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
|
||||||
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
|
||||||
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
|
||||||
<key for="graphml" id="d6" yfiles.type="resources"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
|
||||||
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
|
||||||
<graph edgedefault="directed" id="G">
|
|
||||||
<node id="n0">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="117.0" width="109.0" x="-270.0" y="-65.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="117.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="109.0" x="16.0" xml:space="preserve" y="4.0">Entity1</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="117.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="109.0" x="2.0" xml:space="preserve" y="30.0">Field1
|
|
||||||
Field2
|
|
||||||
Field3
|
|
||||||
1234567890
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n1">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="117.0" width="109.0" x="-270.0" y="-65.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasLineColor="false" height="117.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="109.0" x="16.0" xml:space="preserve" y="4.0">Entity2</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="16" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="117.0" horizontalTextPosition="center" iconTextGap="4" modelName="free" modelPosition="anywhere" textColor="#000000" verticalTextPosition="top" visible="true" width="109.0" x="2.0" xml:space="preserve" y="30.0">Field1
|
|
||||||
Field2
|
|
||||||
Field3
|
|
||||||
1234567890
|
|
||||||
<y:LabelModel>
|
|
||||||
<y:ErdAttributesNodeLabelModel/>
|
|
||||||
</y:LabelModel>
|
|
||||||
<y:ModelParameter>
|
|
||||||
<y:ErdAttributesNodeLabelModelParameter/>
|
|
||||||
</y:ModelParameter>
|
|
||||||
</y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
<edge id="e11" source="n0" target="n1">
|
|
||||||
<data key="d8" xml:space="preserve"><![CDATA[descr]]></data>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="-54.0" sy="39.1" tx="54.0" ty="-18.5"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="0.0" fontFamily="Dialog" fontSize="8" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="centered" modelPosition="head" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="41.8" x="71.5" xml:space="preserve" y="0.5" bottomInset="0" leftInset="0" rightInset="0" topInset="0">edge1
|
|
||||||
<y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
|
|
||||||
</y:EdgeLabel>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
</graphml>
|
|
@ -1,107 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
|
||||||
<!--Created by yEd 3.21.1-->
|
|
||||||
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
|
||||||
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
|
||||||
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
|
||||||
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
|
||||||
<key for="graphml" id="d6" yfiles.type="resources"/>
|
|
||||||
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
|
||||||
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
|
||||||
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
|
||||||
<graph edgedefault="directed" id="G">
|
|
||||||
<node id="n0">
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.big_entity">
|
|
||||||
<y:Geometry height="90.0" width="80.0" x="-58.5" y="-65.0"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" backgroundColor="#B7C9E3" configuration="com.yworks.entityRelationship.label.name" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="46.66796875" x="16.666015625" xml:space="preserve" y="4.0">Entity2</y:NodeLabel>
|
|
||||||
<y:NodeLabel alignment="left" autoSizePolicy="content" configuration="com.yworks.entityRelationship.label.attributes" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="45.90625" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="top" visible="true" width="67.791015625" x="2.0" xml:space="preserve" y="29.96875">attribute 1
|
|
||||||
attribute 2
|
|
||||||
attribute 3<y:LabelModel><y:ErdAttributesNodeLabelModel/></y:LabelModel><y:ModelParameter><y:ErdAttributesNodeLabelModelParameter/></y:ModelParameter></y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n1" yfiles.foldertype="group">
|
|
||||||
<data key="d3" xml:space="preserve"/>
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:ProxyAutoBoundsNode>
|
|
||||||
<y:Realizers active="0">
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="67.02968750000002" width="90.0" x="119.79999999999995" y="-252.31484375000002"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="node_width" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="90.0" x="0.0" xml:space="preserve" y="0.0">Entity1</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
<y:GroupNode>
|
|
||||||
<y:Geometry height="94.23679999999999" width="126.34943999999999" x="-265.0" y="-299.775968"/>
|
|
||||||
<y:Fill color="#F2F0D8" transparent="false"/>
|
|
||||||
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#B7B69E" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="126.34943999999999" x="0.0" xml:space="preserve" y="0.0">3</y:NodeLabel>
|
|
||||||
<y:Shape type="rectangle"/>
|
|
||||||
<y:DropShadow color="#D2D2D2" offsetX="4" offsetY="4"/>
|
|
||||||
<y:State closed="true" closedHeight="94.23679999999999" closedWidth="126.34943999999999" innerGraphDisplayEnabled="false"/>
|
|
||||||
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
|
||||||
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
|
||||||
</y:GroupNode>
|
|
||||||
</y:Realizers>
|
|
||||||
</y:ProxyAutoBoundsNode>
|
|
||||||
</data>
|
|
||||||
<graph edgedefault="directed" id="n1:">
|
|
||||||
<node id="n1::n0">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.small_entity">
|
|
||||||
<y:Geometry height="17.600000000000023" width="80.0" x="124.79999999999995" y="-225.66953125000003"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle hasColor="false" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="64.83203125" x="7.583984375" xml:space="preserve" y="-0.18437499999998863">Attribute1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
<node id="n1::n1">
|
|
||||||
<data key="d4"/>
|
|
||||||
<data key="d5">
|
|
||||||
<y:GenericNode configuration="com.yworks.entityRelationship.small_entity">
|
|
||||||
<y:Geometry height="17.600000000000023" width="80.0" x="124.79999999999995" y="-208.06953125"/>
|
|
||||||
<y:Fill color="#E8EEF7" color2="#B7C9E3" transparent="false"/>
|
|
||||||
<y:BorderStyle hasColor="false" type="line" width="1.0"/>
|
|
||||||
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="64.83203125" x="7.583984375" xml:space="preserve" y="-0.18437499999998863">Attribute2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
|
||||||
<y:StyleProperties>
|
|
||||||
<y:Property class="java.lang.Boolean" name="y.view.ShadowNodePainter.SHADOW_PAINTING" value="true"/>
|
|
||||||
</y:StyleProperties>
|
|
||||||
</y:GenericNode>
|
|
||||||
</data>
|
|
||||||
</node>
|
|
||||||
</graph>
|
|
||||||
</node>
|
|
||||||
<edge id="e0" source="n1::n1" target="n0">
|
|
||||||
<data key="d8"/>
|
|
||||||
<data key="d9">
|
|
||||||
<y:PolyLineEdge>
|
|
||||||
<y:Path sx="-39.990234375" sy="0.0" tx="-40.00264814559853" ty="-6.761586816715692"/>
|
|
||||||
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
|
||||||
<y:Arrows source="crows_foot_many" target="none"/>
|
|
||||||
<y:BendStyle smoothed="false"/>
|
|
||||||
</y:PolyLineEdge>
|
|
||||||
</data>
|
|
||||||
</edge>
|
|
||||||
</graph>
|
|
||||||
<data key="d6">
|
|
||||||
<y:Resources/>
|
|
||||||
</data>
|
|
||||||
</graphml>
|
|
Loading…
Reference in New Issue
Block a user