metadata
title: Umldiagram Flowchart
description: A flowchart diagram showing process flow and decision points
category: examples
type: flowchart
source_file: examples/UMLdiagram_decoded.xml
tags:
- logic
- modeling
- venn
- sample
- drawio
- uml
- example
Umldiagram Flowchart
A flowchart diagram showing process flow and decision points
XML Source
<?xml version="1.0" ?>
<mxGraphModel dx="1086" dy="613" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1.5" pageWidth="826" pageHeight="1169" background="#ffffff" math="0" shadow="0">
<root>
<mxCell id="0" style=";html=1;"/>
<mxCell id="1" style=";html=1;" parent="0"/>
<mxCell id="45" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWLayerInfoEvent</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">+requestedid : int<br />+requestedEvent : String<br />+json : Object<br />+mouseCoordinate : IWCoordinate<br />+records : int</p><hr /><p style="margin: 0px; margin-left: 4px;">+toString() : String</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="40" y="40" width="280" height="150" as="geometry"/>
</mxCell>
<mxCell id="46" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWRequestLayerEvent</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">+eventName : String</p><hr /><p style="margin: 0px; margin-left: 4px;">+toString() : String</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="400" y="105" width="160" height="85" as="geometry"/>
</mxCell>
<mxCell id="47" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWRequestLayer</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">-layer : IWLayer<br />-maxHits : Integer = 5<br />-events : Object</p><hr /><p style="margin: 0px; margin-left: 4px;">+setMaximumHits( maxHits : Integer ) : void<br />+getMaximumHits() : Integer<br />+registerEvent( eventname : String ) : Boolean<br />+getEvents() : Object<br />+getLayer() : IWLayer<br />+triggerOnRegisterEvent( event : IWRequestLayerEvent ) : void<br />+triggerOnUnregisterEvent( event : IWRequestLayerEvent ) : void<br />+triggerDataReceived( event : IWLayerInfoEvent ) : void</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="150" y="270" width="380" height="230" as="geometry"/>
</mxCell>
<mxCell id="57" value="<<use>>" style="endArrow=open;endSize=12;startArrow=none;startSize=10;startFill=0;edgeStyle=elbowEdgeStyle;sourcePerimeterSpacing=5;dashed=1;elbow=horizontal;html=1;strokeWidth=2;strokeColor=#B3B3B3;fontColor=#B3B3B3;" parent="1" source="47" target="45" edge="1">
<mxGeometry width="100" as="geometry">
<mxPoint as="sourcePoint"/>
<mxPoint x="100" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="60" value="<<use>>" style="endArrow=open;endSize=12;startArrow=none;startSize=10;startFill=0;edgeStyle=elbowEdgeStyle;sourcePerimeterSpacing=5;dashed=1;elbow=horizontal;html=1;strokeWidth=2;strokeColor=#B3B3B3;fontColor=#B3B3B3;" parent="1" source="47" target="46" edge="1">
<mxGeometry x="10" y="10" width="100" as="geometry">
<mxPoint x="245" y="275" as="sourcePoint"/>
<mxPoint x="245" y="180" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="61" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWLayerInfoManager</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">-captureSize<br />-eventListeners<br />-maxHits : Integer = 100<br />-requestedIdCounter : int<br />-requestLayers</p><hr /><p style="margin: 0px; margin-left: 4px;">-addEvent( eventName : String ) : void<br />-callbackSendServerRequest( xmlHttp, eventName : String, mouseCoordinate ) : void<br />-removeEvent( eventName : String ) : void<br />-sendServerRequest( event : IWMouseEvent, eventName : String ) : void<br />+addRequestLayer( requestLayer : IWRequestLayer ) : boolean<br />+getCaptureSize()<br />+getMaximumHits() : integer<br />+removeRequestLayer( requestLayer : IWRequestLayer) : boolean<br />+setCaptureSize( captureSize ) : void<br />+setMaximumHits( maxHits : integer ) : void<br />+toString() : String<br />+triggerDataReceived( event : IWLayerInfoEvent ) : void</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="50" y="600" width="560" height="320" as="geometry"/>
</mxCell>
<mxCell id="63" value="request" style="endArrow=open;endSize=12;startArrow=diamond;startSize=10;startFill=0;edgeStyle=elbowEdgeStyle;sourcePerimeterSpacing=5;dashed=1;align=right;elbow=horizontal;verticalAlign=top;html=1;strokeWidth=2;strokeColor=#B3B3B3;" parent="1" source="61" target="47" edge="1">
<mxGeometry width="100" as="geometry">
<mxPoint as="sourcePoint"/>
<mxPoint x="100" as="targetPoint"/>
<Array as="points">
<mxPoint x="330" y="540"/>
<mxPoint x="310" y="540"/>
</Array>
<mxPoint x="-10" y="23" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="64" value="1" style="resizable=0;align=left;verticalAlign=top;labelBackgroundColor=white;fontSize=10;html=1;" parent="63" connectable="0" vertex="1">
<mxGeometry x="-1" relative="1" as="geometry">
<mxPoint x="8" y="-25" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="65" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWLayer</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">-map : IWMap<br />-layerName : String<br />-idfLayerName : String<br />-shapes : Array</p><hr /><p style="margin: 0px; margin-left: 4px;">+add( node : IWNodeElement ) : void<br />+expand( node : IWNodeElement ) : void<br />+collapse( node : IWNodeElement ) : void<br />+addLayer( node : IWNodeElement ) : void<br />+setLayerName( layerName : String ) : void<br />+getLayerName() : String<br />+setLayerTitle( layerTitle : String ) : void<br />+getLayerTitle() : String<br />+getCurrentShapeName( newZoomLevel : int ) : String<br />+setVisibility( visibility : Boolean ) : void<br />+setIdfLayerName( idfLayerName : String ) : void<br />+getidfLayerName() : String<br />+addShape( shape : IWShape ) : Boolean<br />+removeShape( shapeName : String ) : Boolean<br />+getShapes() : Array<br />+isVisible() : Boolean<br />+toString() : String<br />+triggerOnRemove() : void<br />-updateVisiblity( newZoomLevel : int ) : void<br />-updateParentVisiblity( parent : IWNodeElement ) : void</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="690" y="527.5" width="380" height="422.5" as="geometry"/>
</mxCell>
<mxCell id="67" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWRequestLayer</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">-parent : Object<br />-children : Array<br />-name : String<br />-marked : Bolean = false<br />-collapsed : Boolean = false<br />+isNodeElement : Boolean = true</p><hr /><p style="margin: 0px; margin-left: 4px;">+setParent( parent : IWNodeElement ) : void<br />+getParent() : IWNodeElement<br />+hasChildren() : Boolean<br />+hasChild( child : Object ) : Boolean<br />+getChildren() : Array<br />+add( node : IWNodeElement ) : void<br />+remove( node : IWNodeElement ) : void<br />+getName() : String<br />+chackIfExistsAsParent( node : IWNodeElement ) : Boolean<br />+mark() : void<br />+unmark() : void<br />+isMarked() : void<br />+collapse() : void<br />+expand() : void<br />+isCollapsed() : Boolean<br />+triggerStateChangedEvent() : void</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="690" y="40" width="380" height="422.5" as="geometry"/>
</mxCell>
<mxCell id="71" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWShape</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">-shapeName : String<br />-range : IWRange</p><hr /><p style="margin: 0px; margin-left: 4px;">+setShapeName( shapeName : String ) : void<br />+getShapeName() : String<br />+setRange( range : IWRange ) : IWRange<br />+getRange() : IWRange<br />+toString() : String</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="1140" y="610" width="280" height="165" as="geometry"/>
</mxCell>
<mxCell id="72" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>IWLayerInterface</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">-useDefaults : Boolean</p><hr /><p style="margin: 0px; margin-left: 4px;">-isVisible() : Boolean<br />+setUseDefaults( useDefaults : Boolean ) : void<br />+setVisible( visible : Boolean ) : void<br />+useDefaults() : Boolean<br />+triggerViewChangedEvent() : void</p>" style="shadow=0;fillColor=#FFF2CC;gradientColor=none;verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;strokeColor=#B3B3B3;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="1100" y="322.5" width="280" height="145" as="geometry"/>
</mxCell>
<mxCell id="44" value="" style="edgeStyle=elbowEdgeStyle;elbow=vertical;rounded=1;dashed=0;endArrow=block;html=1;strokeWidth=2;strokeColor=#B3B3B3;" parent="1" source="72" target="67" edge="1">
<mxGeometry x="577.5" y="109.99999999999994" width="100" height="100" as="geometry">
<mxPoint x="1120" y="194.99999999999994" as="sourcePoint"/>
<mxPoint x="1300" y="124.99999999999994" as="targetPoint"/>
<Array as="points">
<mxPoint x="1270" y="80"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="73" value="" style="endArrow=open;endSize=12;startArrow=diamond;startSize=10;startFill=0;edgeStyle=orthogonalEdgeStyle;sourcePerimeterSpacing=5;html=1;strokeWidth=2;strokeColor=#B3B3B3;" parent="1" source="47" target="65" edge="1">
<mxGeometry width="100" as="geometry">
<mxPoint as="sourcePoint"/>
<mxPoint x="100" as="targetPoint"/>
<Array as="points">
<mxPoint x="640" y="385"/>
<mxPoint x="640" y="580"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="74" value="1" style="resizable=0;align=left;verticalAlign=top;labelBackgroundColor=white;fontSize=10;html=1;" parent="73" connectable="0" vertex="1">
<mxGeometry x="-1" relative="1" as="geometry"/>
</mxCell>
<mxCell id="75" value="1" style="resizable=0;align=right;verticalAlign=top;labelBackgroundColor=white;fontSize=10;html=1;" parent="73" connectable="0" vertex="1">
<mxGeometry x="1" relative="1" as="geometry"/>
</mxCell>
<mxCell id="76" value="" style="endArrow=open;endSize=12;startArrow=diamond;startSize=10;startFill=0;edgeStyle=orthogonalEdgeStyle;sourcePerimeterSpacing=5;html=1;strokeWidth=2;strokeColor=#B3B3B3;" parent="1" source="65" target="72" edge="1">
<mxGeometry width="100" as="geometry">
<mxPoint as="sourcePoint"/>
<mxPoint x="100" as="targetPoint"/>
<Array as="points">
<mxPoint x="1210" y="570"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="77" value="1" style="resizable=0;align=left;verticalAlign=top;labelBackgroundColor=white;fontSize=10;html=1;" parent="76" connectable="0" vertex="1">
<mxGeometry x="-1" relative="1" as="geometry"/>
</mxCell>
<mxCell id="79" value="" style="endArrow=open;endSize=12;startArrow=diamond;startSize=10;startFill=0;edgeStyle=elbowEdgeStyle;sourcePerimeterSpacing=5;elbow=vertical;html=1;strokeWidth=2;strokeColor=#B3B3B3;" parent="1" source="65" target="71" edge="1">
<mxGeometry x="10" y="10" width="100" as="geometry">
<mxPoint x="1085" y="580" as="sourcePoint"/>
<mxPoint x="1220" y="477.5" as="targetPoint"/>
<Array as="points">
<mxPoint x="1100" y="693"/>
</Array>
</mxGeometry>
</mxCell>
<mxCell id="80" value="1" style="resizable=0;align=left;verticalAlign=top;labelBackgroundColor=white;fontSize=10;html=1;" parent="79" connectable="0" vertex="1">
<mxGeometry x="-1" relative="1" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>