Created
November 25, 2014 19:35
-
-
Save kpmy/907e1e2c099a459983f8 to your computer and use it in GitHub Desktop.
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" standalone="yes"?> | |
<graphml edgedefault="undirected" | |
xmlns:cpt="urn:bbcb:component:dev:cpt" | |
xmlns="http://graphml.graphdrawing.org/xmlns"> | |
<graph cpt:objects="PrivDemo1"> | |
<node id="17381744" cpt:name="PrivDemo1" cpt:mode="err"/> | |
<node id="17407008" cpt:name="i" cpt:mode="variable" cpt:type="INTEGER"/> | |
<node id="17418752" cpt:name="j" cpt:mode="variable" cpt:type="INTEGER"/> | |
</graph> | |
<graph cpt:module="PrivDemo1"> | |
<node id="17411664"> | |
<data> | |
<cpt:node cpt:class="enter" cpt:enter="module"/> | |
</data> | |
</node> | |
<edge source="17411664" target="17398704" cpt:link="right"/> | |
<node id="17398704"> | |
<data> | |
<cpt:node cpt:class="assign"/> | |
</data> | |
</node> | |
<edge source="17398704" target="17377744" cpt:link="left"/> | |
<edge source="17398704" target="17407712" cpt:link="link"/> | |
<edge source="17398704" target="17381984" cpt:link="right"/> | |
<node id="17377744"> | |
<data> | |
<cpt:node cpt:class="variable"/> | |
</data> | |
</node> | |
<edge source="17377744" target="17407008" cpt:link="obj"/> | |
<node id="17381984"> | |
<data> | |
<cpt:node cpt:class="constant" cpt:type="INTEGER">1</cpt:node> | |
</data> | |
</node> | |
<node id="17407712"> | |
<data> | |
<cpt:node cpt:class="assign"/> | |
</data> | |
</node> | |
<edge source="17407712" target="17400592" cpt:link="left"/> | |
<edge source="17407712" target="17406688" cpt:link="right"/> | |
<node id="17400592"> | |
<data> | |
<cpt:node cpt:class="variable"/> | |
</data> | |
</node> | |
<edge source="17400592" target="17418752" cpt:link="obj"/> | |
<node id="17406688"> | |
<data> | |
<cpt:node cpt:class="dyadic"/> | |
</data> | |
</node> | |
<edge source="17406688" target="17403040" cpt:link="left"/> | |
<edge source="17406688" target="17405072" cpt:link="right"/> | |
<node id="17403040"> | |
<data> | |
<cpt:node cpt:class="variable"/> | |
</data> | |
</node> | |
<edge source="17403040" target="17407008" cpt:link="obj"/> | |
<node id="17405072"> | |
<data> | |
<cpt:node cpt:class="constant" cpt:type="INTEGER">2</cpt:node> | |
</data> | |
</node> | |
</graph> | |
</graphml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment