Skip to content

Commit

Permalink
Merge pull request #13 from DataFlowAnalysis/cyclicFix
Browse files Browse the repository at this point in the history
Adding complex pseudocycle model
  • Loading branch information
uuqjz authored Sep 24, 2024
2 parents 14c5366 + 6ccf0f2 commit 41b4a9c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="ASCII"?>
<datadictionary:DataDictionary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:datadictionary="http://dataflowanalysis.org/dfd/datadictionary" id="_g10lgHjdEe-E8p4P7-IlcA">
<labelTypes id="w3jjpd" entityName="Test">
<label id="376sbs" entityName="Test"/>
</labelTypes>
<behaviour id="_g13BwHjdEe-E8p4P7-IlcA" entityName="Function">
<inPin id="e0fxv8" entityName="Function_in_f1"/>
<inPin id="6da8tn" entityName="Function_in_f4"/>
<outPin id="6i23z" entityName="Function_out_f2"/>
<outPin id="y9m0qi" entityName="Function_out_f5"/>
<assignment xsi:type="datadictionary:ForwardingAssignment" id="_g19vc3jdEe-E8p4P7-IlcA" inputPins="e0fxv8" outputPin="6i23z"/>
<assignment xsi:type="datadictionary:ForwardingAssignment" id="_g19vdHjdEe-E8p4P7-IlcA" inputPins="6da8tn" outputPin="y9m0qi"/>
</behaviour>
<behaviour id="_g1428XjdEe-E8p4P7-IlcA" entityName="Function">
<inPin id="7bviym" entityName="Function_in_f5"/>
<inPin id="cyiv7q" entityName="Function_in_f2"/>
<outPin id="1zk9w" entityName="Function_out_f3"/>
<outPin id="uz2bu6" entityName="Function_out_f6"/>
<assignment xsi:type="datadictionary:ForwardingAssignment" id="_g19vcXjdEe-E8p4P7-IlcA" inputPins="cyiv7q" outputPin="1zk9w"/>
<assignment xsi:type="datadictionary:ForwardingAssignment" id="_g19vcnjdEe-E8p4P7-IlcA" inputPins="7bviym" outputPin="uz2bu6"/>
</behaviour>
<behaviour id="_g14293jdEe-E8p4P7-IlcA" entityName="Function">
<inPin id="y852wl" entityName="Function_in_f3"/>
<outPin id="zgf8mf" entityName="Function_out_f4"/>
<assignment xsi:type="datadictionary:ForwardingAssignment" id="_g19vcHjdEe-E8p4P7-IlcA" inputPins="y852wl" outputPin="zgf8mf"/>
</behaviour>
<behaviour id="_g15eAXjdEe-E8p4P7-IlcA" entityName="Input-output">
<outPin id="eq8j4" entityName="Input-output_out_f1"/>
<assignment xsi:type="datadictionary:Assignment" id="_g176QHjdEe-E8p4P7-IlcA" outputPin="eq8j4" outputLabels="376sbs">
<term xsi:type="datadictionary:TRUE" id="_g19IYHjdEe-E8p4P7-IlcA"/>
</assignment>
</behaviour>
<behaviour id="_g16FEXjdEe-E8p4P7-IlcA" entityName="Storage">
<inPin id="foyro" entityName="Storage_in_f6"/>
</behaviour>
</datadictionary:DataDictionary>
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="ASCII"?>
<dataflowdiagram:DataFlowDiagram xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dataflowdiagram="http://dataflowanalysis.org/dfd/dataflowdiagram" id="_g1DwgHjdEe-E8p4P7-IlcA">
<flows id="b9rh1v" entityName="f1" sourceNode="x93g98" destinationNode="jfgq27">
<destinationPin href="complexPseudoCycle.datadictionary#e0fxv8"/>
<sourcePin href="complexPseudoCycle.datadictionary#eq8j4"/>
</flows>
<flows id="f9zuy8" entityName="f2" sourceNode="jfgq27" destinationNode="svgex9">
<destinationPin href="complexPseudoCycle.datadictionary#cyiv7q"/>
<sourcePin href="complexPseudoCycle.datadictionary#6i23z"/>
</flows>
<flows id="baj4p7" entityName="f3" sourceNode="svgex9" destinationNode="4fd1d4">
<destinationPin href="complexPseudoCycle.datadictionary#y852wl"/>
<sourcePin href="complexPseudoCycle.datadictionary#1zk9w"/>
</flows>
<flows id="de602" entityName="f4" sourceNode="4fd1d4" destinationNode="jfgq27">
<destinationPin href="complexPseudoCycle.datadictionary#6da8tn"/>
<sourcePin href="complexPseudoCycle.datadictionary#zgf8mf"/>
</flows>
<flows id="vpi28i" entityName="f6" sourceNode="svgex9" destinationNode="n07e9">
<destinationPin href="complexPseudoCycle.datadictionary#foyro"/>
<sourcePin href="complexPseudoCycle.datadictionary#uz2bu6"/>
</flows>
<flows id="ryjf3b" entityName="f5" sourceNode="jfgq27" destinationNode="svgex9">
<destinationPin href="complexPseudoCycle.datadictionary#7bviym"/>
<sourcePin href="complexPseudoCycle.datadictionary#y9m0qi"/>
</flows>
<nodes xsi:type="dataflowdiagram:Process" id="jfgq27" entityName="Function">
<behaviour href="complexPseudoCycle.datadictionary#_g13BwHjdEe-E8p4P7-IlcA"/>
</nodes>
<nodes xsi:type="dataflowdiagram:Process" id="svgex9" entityName="Function">
<behaviour href="complexPseudoCycle.datadictionary#_g1428XjdEe-E8p4P7-IlcA"/>
</nodes>
<nodes xsi:type="dataflowdiagram:Process" id="4fd1d4" entityName="Function">
<behaviour href="complexPseudoCycle.datadictionary#_g14293jdEe-E8p4P7-IlcA"/>
</nodes>
<nodes xsi:type="dataflowdiagram:External" id="x93g98" entityName="Input-output">
<behaviour href="complexPseudoCycle.datadictionary#_g15eAXjdEe-E8p4P7-IlcA"/>
</nodes>
<nodes xsi:type="dataflowdiagram:Store" id="n07e9" entityName="Storage">
<behaviour href="complexPseudoCycle.datadictionary#_g16FEXjdEe-E8p4P7-IlcA"/>
</nodes>
</dataflowdiagram:DataFlowDiagram>

0 comments on commit 41b4a9c

Please sign in to comment.