Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding mechanism refactoring #2000

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,216 changes: 1,213 additions & 3 deletions index.html

Large diffs are not rendered by default.

1,216 changes: 1,213 additions & 3 deletions index.template.html

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions visualization/binding-mechanism.drawio

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions visualization/binding-mechanism.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions visualization/binding-templates-overview.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<mxfile host="Electron" modified="2024-03-29T14:39:14.352Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="DvnvQW7TG9yLMpS5AKri" version="23.1.5" type="device">
<diagram id="xeFSzLKNFDsU9YWHyU7p" name="Page-1">
<mxGraphModel dx="495" dy="1456" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#ffffff" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-1" value="Core Document" style="rounded=0;whiteSpace=wrap;html=1;fontColor=#000000;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="350" y="210" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-2" value="Protocol Bindings" style="rounded=0;whiteSpace=wrap;html=1;fontColor=#000000;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="230" y="320" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-3" value="Payload Bindings" style="rounded=0;whiteSpace=wrap;html=1;fontColor=#000000;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="470" y="320" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-4" value="Platform Bindings" style="rounded=0;whiteSpace=wrap;html=1;fontColor=#000000;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="350" y="450" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-5" value="" style="endArrow=classic;html=1;entryX=0.75;entryY=0;entryDx=0;entryDy=0;exitX=0.25;exitY=1;exitDx=0;exitDy=0;fontColor=#000000;strokeColor=#000000;" parent="1" source="Q8KuFk48OKoXWBL-8Q3e-1" target="Q8KuFk48OKoXWBL-8Q3e-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="265" y="290" as="sourcePoint" />
<mxPoint x="315" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-6" value="" style="endArrow=classic;html=1;entryX=0.25;entryY=0;entryDx=0;entryDy=0;exitX=0.75;exitY=1;exitDx=0;exitDy=0;fontColor=#000000;strokeColor=#000000;" parent="1" source="Q8KuFk48OKoXWBL-8Q3e-1" target="Q8KuFk48OKoXWBL-8Q3e-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="330" as="sourcePoint" />
<mxPoint x="440" y="280" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-7" value="" style="endArrow=classic;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontColor=#000000;strokeColor=#000000;" parent="1" source="Q8KuFk48OKoXWBL-8Q3e-1" target="Q8KuFk48OKoXWBL-8Q3e-4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="370" as="sourcePoint" />
<mxPoint x="440" y="320" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-8" value="" style="endArrow=classic;html=1;entryX=0.75;entryY=1;entryDx=0;entryDy=0;exitX=0.25;exitY=0;exitDx=0;exitDy=0;fontColor=#000000;strokeColor=#000000;" parent="1" source="Q8KuFk48OKoXWBL-8Q3e-4" target="Q8KuFk48OKoXWBL-8Q3e-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="290" y="470" as="sourcePoint" />
<mxPoint x="340" y="420" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-9" value="" style="endArrow=classic;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;exitX=0.75;exitY=0;exitDx=0;exitDy=0;fontColor=#000000;strokeColor=#000000;" parent="1" source="Q8KuFk48OKoXWBL-8Q3e-4" target="Q8KuFk48OKoXWBL-8Q3e-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="644" y="480" as="sourcePoint" />
<mxPoint x="550" y="410" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-10" value="refers" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#ffffff;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="333" y="410" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-11" value="refers" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#ffffff;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="460" y="410" width="40" height="20" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-12" value="&lt;div align=&quot;center&quot;&gt;Common Requirements&lt;br&gt;&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#ffffff;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="303" y="275" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-13" value="&lt;div align=&quot;center&quot;&gt;Common Requirements&lt;br&gt;&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#ffffff;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="373" y="330" width="76" height="40" as="geometry" />
</mxCell>
<mxCell id="Q8KuFk48OKoXWBL-8Q3e-15" value="&lt;div align=&quot;center&quot;&gt;Common Requirements&lt;br&gt;&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#ffffff;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="449" y="275" width="70" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
4 changes: 4 additions & 0 deletions visualization/binding-templates-overview.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading