Opdracht 3 klaar voor vragen en feedback

Co-authored-by: Aryan Lala (19097727) <A.E.Lala@student.hhs.nl>
This commit is contained in:
2023-05-02 13:21:47 +02:00
parent fe5170a2a5
commit d60e22ccc2
5 changed files with 591 additions and 83 deletions

View File

@ -7,5 +7,5 @@ DigitaleMeter::DigitaleMeter(Snelheid* s): Observer(s){
}
void DigitaleMeter::update(){
cout << "Digitaal " << dynamic_cast<Snelheid*> (getSubject()) -> geef();
cout << "Digitaal " << dynamic_cast<Snelheid*> (getSubject()) -> geef() << endl;
}

View File

@ -1,6 +1,6 @@
<mxfile host="65bd71144e">
<diagram id="wa_eMgdYhT_LmFNCLB-G" name="Page-1">
<mxGraphModel dx="1639" dy="551" 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">
<mxGraphModel dx="1334" dy="380" 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">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
@ -376,177 +376,177 @@
<mxPoint x="-38" y="40" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="181" style="edgeStyle=none;html=1;exitX=0.987;exitY=0.687;exitDx=0;exitDy=0;endArrow=open;endFill=0;entryX=0.16;entryY=1.02;entryDx=0;entryDy=0;entryPerimeter=0;exitPerimeter=0;" edge="1" parent="1" source="186" target="183">
<mxCell id="181" style="edgeStyle=none;html=1;exitX=0.987;exitY=0.687;exitDx=0;exitDy=0;endArrow=open;endFill=0;entryX=0.16;entryY=1.02;entryDx=0;entryDy=0;entryPerimeter=0;exitPerimeter=0;" parent="1" source="186" target="183" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="260" y="1829" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="152" value="Observer &lt;interface&gt;" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" vertex="1" parent="1">
<mxCell id="152" value="Observer &lt;interface&gt;" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" parent="1" vertex="1">
<mxGeometry x="345" y="1790" width="160" height="103" as="geometry">
<mxRectangle x="340" y="380" width="170" height="26" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="205" value="# getSubject() : Subject" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="152">
<mxCell id="205" value="# getSubject() : Subject" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="152" vertex="1">
<mxGeometry y="26" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="206" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="152">
<mxCell id="206" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="152" vertex="1">
<mxGeometry y="56" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="204" value="+ update()" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="152">
<mxCell id="204" value="+ update()" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="152" vertex="1">
<mxGeometry y="64" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="155" value="Subject" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" vertex="1" parent="1">
<mxCell id="155" value="Subject" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" parent="1" vertex="1">
<mxGeometry x="40" y="1740" width="160" height="160" as="geometry">
<mxRectangle x="340" y="380" width="170" height="26" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="188" value="&lt;span style=&quot;color: rgb(240, 240, 240); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(42, 37, 47); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;- L : list&amp;lt;Observer*&amp;gt;&lt;/span&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" vertex="1" parent="155">
<mxCell id="188" value="&lt;span style=&quot;color: rgb(240, 240, 240); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(42, 37, 47); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;- L : list&amp;lt;Observer*&amp;gt;&lt;/span&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" parent="155" vertex="1">
<mxGeometry y="26" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="201" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="155">
<mxCell id="201" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="155" vertex="1">
<mxGeometry y="56" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="156" value="# notify() : void" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="155">
<mxCell id="156" value="# notify() : void" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" parent="155" vertex="1">
<mxGeometry y="64" width="160" height="24" as="geometry"/>
</mxCell>
<mxCell id="202" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="155">
<mxCell id="202" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="155" vertex="1">
<mxGeometry y="88" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="179" value="&lt;span style=&quot;color: rgb(240, 240, 240); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(42, 37, 47); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;+ remove (Observer*) : void&lt;/span&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" vertex="1" parent="155">
<mxCell id="179" value="&lt;span style=&quot;color: rgb(240, 240, 240); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(42, 37, 47); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;+ remove (Observer*) : void&lt;/span&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" parent="155" vertex="1">
<mxGeometry y="96" width="160" height="32" as="geometry"/>
</mxCell>
<mxCell id="178" value="&lt;font face=&quot;Helvetica&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;+ insert (Observer*) : void&lt;/span&gt;&lt;/font&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" vertex="1" parent="155">
<mxCell id="178" value="&lt;font face=&quot;Helvetica&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;+ insert (Observer*) : void&lt;/span&gt;&lt;/font&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" parent="155" vertex="1">
<mxGeometry y="128" width="160" height="30" as="geometry"/>
</mxCell>
<mxCell id="160" value="AnalogeMeter" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" vertex="1" parent="1">
<mxCell id="160" value="AnalogeMeter" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" parent="1" vertex="1">
<mxGeometry x="279" y="2030" width="160" height="70" as="geometry">
<mxRectangle x="340" y="380" width="170" height="26" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="161" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="160">
<mxCell id="161" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="160" vertex="1">
<mxGeometry y="26" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="162" value="+ update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="162" value="+ update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="270" y="2067" width="80" height="30" as="geometry"/>
</mxCell>
<mxCell id="163" value="DigitaleMeter" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" vertex="1" parent="1">
<mxCell id="163" value="DigitaleMeter" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" parent="1" vertex="1">
<mxGeometry x="570.5" y="2030" width="160" height="70" as="geometry">
<mxRectangle x="340" y="380" width="170" height="26" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="164" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="163">
<mxCell id="164" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="163" vertex="1">
<mxGeometry y="26" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="165" value="+ update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="165" value="+ update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="561.5" y="2067" width="80" height="30" as="geometry"/>
</mxCell>
<mxCell id="166" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1" source="160">
<mxCell id="166" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" parent="1" source="160" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="366" y="2000" as="sourcePoint"/>
<mxPoint x="359" y="1960" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="169" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;" edge="1" parent="1">
<mxCell id="169" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="650.1" y="2030" as="sourcePoint"/>
<mxPoint x="650.1" y="1960" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="170" value="" style="endArrow=block;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;endFill=0;strokeColor=default;" edge="1" parent="1">
<mxCell id="170" value="" style="endArrow=block;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;endFill=0;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="439" y="1960" as="sourcePoint"/>
<mxPoint x="439" y="1890" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="171" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;" edge="1" parent="1">
<mxCell id="171" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="360" y="1960" as="sourcePoint"/>
<mxPoint x="440" y="1960" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="172" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;" edge="1" parent="1">
<mxCell id="172" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="440" y="1960" as="sourcePoint"/>
<mxPoint x="650" y="1960" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="173" value="Snelheid" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" vertex="1" parent="1">
<mxCell id="173" value="Snelheid" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" parent="1" vertex="1">
<mxGeometry x="40" y="2000" width="160" height="120" as="geometry">
<mxRectangle x="340" y="380" width="170" height="26" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="194" value="" style="endArrow=block;html=1;strokeWidth=2;endFill=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="173" target="155">
<mxCell id="194" value="" style="endArrow=block;html=1;strokeWidth=2;endFill=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="173" target="155" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" as="sourcePoint"/>
<mxPoint x="80" y="-44" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="174" value="-Waarde : float" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="173">
<mxCell id="174" value="-Waarde : float" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" parent="173" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry"/>
</mxCell>
<mxCell id="175" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="173">
<mxCell id="175" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="173" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="200" value="+ meet() : void" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="173">
<mxCell id="200" value="+ meet() : void" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" parent="173" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry"/>
</mxCell>
<mxCell id="199" value="+ geef() : float" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="173">
<mxCell id="199" value="+ geef() : float" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" parent="173" vertex="1">
<mxGeometry y="86" width="160" height="26" as="geometry"/>
</mxCell>
<mxCell id="180" style="edgeStyle=none;html=1;endArrow=open;endFill=0;entryX=0.003;entryY=0.813;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" target="205">
<mxCell id="180" style="edgeStyle=none;html=1;endArrow=open;endFill=0;entryX=0.003;entryY=0.813;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="205" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="200" y="1840" as="sourcePoint"/>
<mxPoint x="340" y="1830" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="182" value="L" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="182" value="L" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="305" y="1815" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="183" value="S" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="183" value="S" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="195" y="1845" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="184" value="1" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="184" value="1" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="195" y="1875" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="186" value="*" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="186" value="*" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="315" y="1855" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="189" value="Auto" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" vertex="1" parent="1">
<mxCell id="189" value="Auto" style="swimlane;fontStyle=0;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;" parent="1" vertex="1">
<mxGeometry x="40" y="2190" width="160" height="74" as="geometry">
<mxRectangle x="340" y="380" width="170" height="26" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="242" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="189">
<mxCell id="242" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="189" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="130" y="50" as="sourcePoint"/>
<mxPoint x="200" y="50" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="191" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="189">
<mxCell id="191" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="189" vertex="1">
<mxGeometry y="26" width="160" height="8" as="geometry"/>
</mxCell>
<mxCell id="192" value="&lt;span style=&quot;color: rgb(240, 240, 240); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(42, 37, 47); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;+ meetSnelheid() : void&lt;/span&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" vertex="1" parent="189">
<mxCell id="192" value="&lt;span style=&quot;color: rgb(240, 240, 240); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(42, 37, 47); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;+ meetSnelheid() : void&lt;/span&gt;" style="text;whiteSpace=wrap;html=1;fontSize=10;fontFamily=Verdana;fontColor=default;" parent="189" vertex="1">
<mxGeometry y="34" width="160" height="40" as="geometry"/>
</mxCell>
<mxCell id="196" value="" style="endArrow=diamondThin;endFill=0;endSize=24;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="173" target="189">
<mxCell id="196" value="" style="endArrow=diamondThin;endFill=0;endSize=24;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="173" target="189" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="460" y="2220" as="sourcePoint"/>
<mxPoint x="120" y="2170" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="197" value="S" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Verdana;fontColor=default;" vertex="1" parent="1">
<mxCell id="197" value="S" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Verdana;fontColor=default;" parent="1" vertex="1">
<mxGeometry x="90" y="2120" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="209" value=":Snelheid" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="1">
<mxCell id="209" value=":Snelheid" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="1" vertex="1">
<mxGeometry x="270" y="2300" width="100" height="480" as="geometry"/>
</mxCell>
<mxCell id="219" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="209">
<mxCell id="219" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="209" vertex="1">
<mxGeometry x="45" y="60" width="10" height="330" as="geometry"/>
</mxCell>
<mxCell id="224" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="209">
<mxCell id="224" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="209" vertex="1">
<mxGeometry x="50" y="140" width="10" height="220" as="geometry"/>
</mxCell>
<mxCell id="225" value="meet()" style="edgeStyle=orthogonalEdgeStyle;html=1;align=left;spacingLeft=2;endArrow=block;rounded=0;entryX=1;entryY=0;fontFamily=Verdana;fontSize=10;fontColor=default;" edge="1" parent="209" target="224">
<mxCell id="225" value="meet()" style="edgeStyle=orthogonalEdgeStyle;html=1;align=left;spacingLeft=2;endArrow=block;rounded=0;entryX=1;entryY=0;fontFamily=Verdana;fontSize=10;fontColor=default;" parent="209" target="224" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="55" y="120" as="sourcePoint"/>
<Array as="points">
@ -554,10 +554,10 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="226" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="209">
<mxGeometry x="55" y="180" width="10" height="150" as="geometry"/>
<mxCell id="226" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="209" vertex="1">
<mxGeometry x="55" y="170" width="10" height="170" as="geometry"/>
</mxCell>
<mxCell id="227" value="notify()" style="edgeStyle=orthogonalEdgeStyle;html=1;align=left;spacingLeft=2;endArrow=block;rounded=0;entryX=1;entryY=0;fontFamily=Verdana;fontSize=10;fontColor=default;" edge="1" target="226" parent="209">
<mxCell id="227" value="notify()" style="edgeStyle=orthogonalEdgeStyle;html=1;align=left;spacingLeft=2;endArrow=block;rounded=0;entryX=1;entryY=0;fontFamily=Verdana;fontSize=10;fontColor=default;" parent="209" target="226" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="60" y="160" as="sourcePoint"/>
<Array as="points">
@ -565,130 +565,136 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="231" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;" edge="1" parent="209" target="213">
<mxCell id="231" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;entryX=0.104;entryY=0.333;entryDx=0;entryDy=0;entryPerimeter=0;" parent="209" target="228" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="65" y="200" as="sourcePoint"/>
<mxPoint x="110" y="200" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="211" value=":DigitaleMeter" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="1">
<mxCell id="261" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="209">
<mxGeometry x="60" y="180" width="10" height="70" as="geometry"/>
</mxCell>
<mxCell id="262" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="209">
<mxGeometry x="60" y="260" width="10" height="70" as="geometry"/>
</mxCell>
<mxCell id="211" value=":DigitaleMeter" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="1" vertex="1">
<mxGeometry x="540.5" y="2300" width="100" height="480" as="geometry"/>
</mxCell>
<mxCell id="235" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="211">
<mxGeometry x="45" y="250" width="10" height="60" as="geometry"/>
<mxCell id="235" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="211" vertex="1">
<mxGeometry x="45" y="260" width="10" height="60" as="geometry"/>
</mxCell>
<mxCell id="212" value=":Auto" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="1">
<mxCell id="212" value=":Auto" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="1" vertex="1">
<mxGeometry x="150" y="2300" width="100" height="480" as="geometry"/>
</mxCell>
<mxCell id="217" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="212">
<mxCell id="217" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="212" vertex="1">
<mxGeometry x="45" y="60" width="10" height="330" as="geometry"/>
</mxCell>
<mxCell id="220" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;" edge="1" parent="212" target="209">
<mxCell id="220" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;" parent="212" target="209" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="55" y="110" as="sourcePoint"/>
<mxPoint x="105" y="60" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="213" value=":AnalogeMeter" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="1">
<mxCell id="213" value=":AnalogeMeter" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;collapsible=0;recursiveResize=0;outlineConnect=0;lifelineDashed=0;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="1" vertex="1">
<mxGeometry x="386" y="2300" width="136.5" height="480" as="geometry"/>
</mxCell>
<mxCell id="228" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" vertex="1" parent="213">
<mxCell id="228" value="" style="html=1;points=[];perimeter=orthogonalPerimeter;rounded=0;shadow=0;labelBackgroundColor=none;comic=0;strokeColor=default;strokeWidth=1;fontFamily=Verdana;fontSize=10;fontColor=default;fillColor=default;" parent="213" vertex="1">
<mxGeometry x="63.25" y="180" width="10" height="60" as="geometry"/>
</mxCell>
<mxCell id="236" value="update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="213">
<mxCell id="236" value="update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="213" vertex="1">
<mxGeometry x="84" y="230" width="70" height="30" as="geometry"/>
</mxCell>
<mxCell id="232" value="update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="213">
<mxCell id="232" value="update()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="213" vertex="1">
<mxGeometry x="-31" y="180" width="70" height="30" as="geometry"/>
</mxCell>
<mxCell id="241" value="s=geef()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="213">
<mxCell id="241" value="s=geef()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="213" vertex="1">
<mxGeometry x="-18.5" y="280" width="70" height="30" as="geometry"/>
</mxCell>
<mxCell id="240" value="s=geef()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="213">
<mxCell id="240" value="s=geef()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="213" vertex="1">
<mxGeometry x="-26" y="210" width="70" height="30" as="geometry"/>
</mxCell>
<mxCell id="221" value="meetSnelheid()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Verdana;fontColor=default;" vertex="1" parent="1">
<mxCell id="221" value="meetSnelheid()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=10;fontFamily=Verdana;fontColor=default;" parent="1" vertex="1">
<mxGeometry x="205" y="2380" width="100" height="30" as="geometry"/>
</mxCell>
<mxCell id="234" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;" edge="1" parent="1" source="226" target="235">
<mxCell id="234" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;exitX=1.219;exitY=0.177;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="262" target="235" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="340" y="2550" as="sourcePoint"/>
<mxPoint x="427.3300000000001" y="2549.67" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="237" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;entryX=1.16;entryY=0.869;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="211" target="226">
<mxCell id="237" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;exitX=0.45;exitY=0.833;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="235" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="345" y="2550" as="sourcePoint"/>
<mxPoint x="566" y="2550" as="targetPoint"/>
<mxPoint x="580" y="2610" as="sourcePoint"/>
<mxPoint x="340" y="2610" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="238" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;exitX=-0.16;exitY=0.91;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="1" source="228" target="226">
<mxCell id="238" value="" style="endArrow=classic;html=1;fontFamily=Verdana;fontSize=10;fontColor=default;exitX=-0.16;exitY=0.91;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="228" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="345" y="2510" as="sourcePoint"/>
<mxPoint x="340" y="2535" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="243" value="s -&amp;gt; meet()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="243" value="s -&amp;gt; meet()" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="235" y="2225" width="80" height="30" as="geometry"/>
</mxCell>
<mxCell id="244" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="244" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-22" y="2074" as="sourcePoint"/>
<mxPoint x="48" y="2074" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="245" value="lees(waarde)" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="245" value="lees(waarde)" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="-110" y="2060" width="90" height="30" as="geometry"/>
</mxCell>
<mxCell id="246" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="246" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-22" y="2100" as="sourcePoint"/>
<mxPoint x="48" y="2100" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="247" value="return waarde" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="247" value="return waarde" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="-115" y="2086" width="100" height="30" as="geometry"/>
</mxCell>
<mxCell id="250" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="250" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="319.76" y="2090" as="sourcePoint"/>
<mxPoint x="319.76" y="2135.24" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="251" value="&amp;nbsp;cout &amp;lt;&amp;lt; &quot;Analoog: &quot; &amp;lt;&amp;lt; ( getSubject() )-&amp;gt;geef();" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="251" value="&amp;nbsp;cout &amp;lt;&amp;lt; &quot;Analoog: &quot; &amp;lt;&amp;lt; ( getSubject() )-&amp;gt;geef();" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="250" y="2135" width="280" height="30" as="geometry"/>
</mxCell>
<mxCell id="252" value="&amp;nbsp;cout &amp;lt;&amp;lt; &quot;Digitaal: &quot; &amp;lt;&amp;lt; ( getSubject() )-&amp;gt;geef();" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="252" value="&amp;nbsp;cout &amp;lt;&amp;lt; &quot;Digitaal: &quot; &amp;lt;&amp;lt; ( getSubject() )-&amp;gt;geef();" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="545" y="2135" width="270" height="30" as="geometry"/>
</mxCell>
<mxCell id="253" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="253" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="610.6000000000003" y="2090" as="sourcePoint"/>
<mxPoint x="610.6000000000003" y="2135.24" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="254" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="254" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-23" y="1819.76" as="sourcePoint"/>
<mxPoint x="47" y="1819.76" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="255" value="&lt;br&gt;forAll (x in L)&lt;br&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;&#9;&lt;/span&gt;x-&amp;gt;update ( )&lt;br&gt;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="255" value="&lt;br&gt;forAll (x in L)&lt;br&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;&#9;&lt;/span&gt;x-&amp;gt;update ( )&lt;br&gt;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="-135" y="1780" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="257" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="257" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-23" y="1847.0000000000002" as="sourcePoint"/>
<mxPoint x="47" y="1847.0000000000002" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="258" value="L.push_front(s);" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="258" value="L.push_front(s);" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="-125" y="1835" width="110" height="30" as="geometry"/>
</mxCell>
<mxCell id="259" value="L.remove(s);" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxCell id="259" value="L.remove(s);" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="-105" y="1870" width="90" height="30" as="geometry"/>
</mxCell>
<mxCell id="260" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" edge="1" parent="1">
<mxCell id="260" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;strokeColor=default;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="-22" y="1885" as="sourcePoint"/>
<mxPoint x="48" y="1885" as="targetPoint"/>