Created
May 29, 2018 14:30
-
-
Save MaggieLeber/f352da805531c263e1a00a98a81b32c9 to your computer and use it in GitHub Desktop.
session.uml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Diagram> | |
<ID>JAVA</ID> | |
<OriginalElement>com.rajant.core.proxy.session</OriginalElement> | |
<nodes> | |
<node x="370.7291666666667" y="76.0">com.rajant.core.proxy.session.ProxyCallback</node> | |
<node x="176.72916666666669" y="126.0">com.rajant.core.proxy.session.ProxySecurityException</node> | |
<node x="0.0" y="252.0">com.rajant.core.proxy.session.ProxyClientSession</node> | |
<node x="199.72916666666669" y="0.0">com.rajant.core.proxy.session.ProxyException</node> | |
<node x="344.0" y="322.0">com.rajant.core.proxy.session.ProxyServerSession</node> | |
<node x="247.64583333333331" y="728.0">com.rajant.core.proxy.session.ProxySessionTest</node> | |
</nodes> | |
<notes /> | |
<edges> | |
<edge source="com.rajant.core.proxy.session.ProxySessionTest" target="com.rajant.core.proxy.session.ProxyServerSession"> | |
<point x="45.0" y="-43.0" /> | |
<point x="382.6458333333333" y="703.0" /> | |
<point x="497.5" y="703.0" /> | |
<point x="0.0" y="143.0" /> | |
</edge> | |
<edge source="com.rajant.core.proxy.session.ProxySecurityException" target="com.rajant.core.proxy.session.ProxyException"> | |
<point x="43.5" y="-13.0" /> | |
<point x="307.2291666666667" y="51.0" /> | |
<point x="295.7291666666667" y="51.0" /> | |
<point x="32.0" y="13.0" /> | |
</edge> | |
<edge source="com.rajant.core.proxy.session.ProxyCallback" target="com.rajant.core.proxy.session.ProxyServerSession"> | |
<point x="134.66666666666663" y="63.0" /> | |
<point x="707.3958333333333" y="227.0" /> | |
<point x="612.625" y="227.0" /> | |
<point x="115.125" y="-143.0" /> | |
</edge> | |
<edge source="com.rajant.core.proxy.session.ProxySessionTest" target="com.rajant.core.proxy.session.ProxyClientSession"> | |
<point x="-45.0" y="-43.0" /> | |
<point x="292.6458333333333" y="703.0" /> | |
<point x="162.0" y="703.0" /> | |
<point x="0.0" y="213.0" /> | |
</edge> | |
<edge source="com.rajant.core.proxy.session.ProxyServerSession" target="com.rajant.core.proxy.session.ProxyCallback"> | |
<point x="38.375" y="-143.0" /> | |
<point x="535.875" y="227.0" /> | |
<point x="572.7291666666666" y="227.0" /> | |
<point x="-2.8421709430404007E-14" y="63.0" /> | |
</edge> | |
<edge source="com.rajant.core.proxy.session.ProxyServerSession" target="com.rajant.core.proxy.session.ProxySecurityException"> | |
<point x="-115.125" y="-143.0" /> | |
<point x="382.375" y="227.0" /> | |
<point x="263.7291666666667" y="227.0" /> | |
<point x="0.0" y="13.0" /> | |
</edge> | |
</edges> | |
<settings layout="Hierarchic Group" zoom="1.0" x="402.5" y="161.5" /> | |
<SelectedNodes /> | |
<Categories> | |
<Category>Methods</Category> | |
</Categories> | |
<SCOPE>All</SCOPE> | |
<VISIBILITY>private</VISIBILITY> | |
</Diagram> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment