Skip to content

Commit d9c7048

Browse files
committedMar 12, 2020
Updated Flee release code to contain the new ruleset and updated parallel implementation.
1 parent 4cac7f9 commit d9c7048

File tree

86 files changed

+2455
-553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2455
-553
lines changed
 

‎FLEE CM Readme.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
How to open and modify the FLEE Conceptual Model
2+
------------------------------------------------
3+
4+
1. Goto: https://www.draw.io/
5+
6+
2. Click File \ Open from \ GitHub
7+
8+
3. Locate the 'FLEE CM.drawio' file under djgroen/flee
9+
10+
4. The Conceptual Model will be opened in a graphical editor
11+

‎FLEE CM.drawio

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<mxfile host="www.draw.io" modified="2020-03-02T10:16:12.296Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0" etag="ghUXFHciAiFgPY3K3h4L" version="12.7.9" type="github">
2+
<diagram id="LZmKXpb5jWCCzPWToHY5" name="Page-1">
3+
<mxGraphModel dx="287" dy="143" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
4+
<root>
5+
<mxCell id="0" />
6+
<mxCell id="1" parent="0" />
7+
<mxCell id="pyu220YjLpCVcUYH1vsx-2" value="" style="ellipse;html=1;shape=startState;fillColor=#000000;strokeColor=#000000;" vertex="1" parent="1">
8+
<mxGeometry x="265" y="65" width="30" height="30" as="geometry" />
9+
</mxCell>
10+
<mxCell id="pyu220YjLpCVcUYH1vsx-3" value="" style="edgeStyle=orthogonalEdgeStyle;html=1;verticalAlign=bottom;endArrow=block;endSize=8;strokeColor=#000000;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.513;exitY=0.857;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" source="pyu220YjLpCVcUYH1vsx-2" parent="1" target="pyu220YjLpCVcUYH1vsx-4">
11+
<mxGeometry relative="1" as="geometry">
12+
<mxPoint x="279" y="130" as="targetPoint" />
13+
</mxGeometry>
14+
</mxCell>
15+
<mxCell id="pyu220YjLpCVcUYH1vsx-4" value="" style="rhombus;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;fontSize=10;" vertex="1" parent="1">
16+
<mxGeometry x="260" y="142" width="40" height="35" as="geometry" />
17+
</mxCell>
18+
<mxCell id="pyu220YjLpCVcUYH1vsx-5" value="no" style="html=1;align=left;verticalAlign=bottom;endArrow=block;endSize=8;strokeColor=#000000;endFill=1;edgeStyle=elbowEdgeStyle;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" source="pyu220YjLpCVcUYH1vsx-4" parent="1" target="pyu220YjLpCVcUYH1vsx-9">
19+
<mxGeometry x="-1" relative="1" as="geometry">
20+
<mxPoint x="400" y="200" as="targetPoint" />
21+
</mxGeometry>
22+
</mxCell>
23+
<mxCell id="pyu220YjLpCVcUYH1vsx-6" value="yes" style="edgeStyle=orthogonalEdgeStyle;html=1;align=left;verticalAlign=top;endArrow=block;endSize=8;strokeColor=#000000;endFill=1;" edge="1" source="pyu220YjLpCVcUYH1vsx-4" parent="1">
24+
<mxGeometry x="-1" relative="1" as="geometry">
25+
<mxPoint x="280" y="260" as="targetPoint" />
26+
</mxGeometry>
27+
</mxCell>
28+
<mxCell id="pyu220YjLpCVcUYH1vsx-8" value="&lt;div align=&quot;center&quot;&gt;time &amp;lt; endTime&lt;/div&gt;" style="text;html=1;fontSize=10;align=center;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333;" vertex="1" parent="1">
29+
<mxGeometry x="167" y="145" width="90" height="25" as="geometry" />
30+
</mxCell>
31+
<mxCell id="pyu220YjLpCVcUYH1vsx-9" value="" style="ellipse;html=1;shape=endState;fillColor=#000000;strokeColor=#000000;fontSize=10;" vertex="1" parent="1">
32+
<mxGeometry x="730" y="144.5" width="30" height="30" as="geometry" />
33+
</mxCell>
34+
</root>
35+
</mxGraphModel>
36+
</diagram>
37+
</mxfile>

0 commit comments

Comments
 (0)
Please sign in to comment.