diff options
Diffstat (limited to 'examples/uml/duse-mt/src/app/example4.xmi')
-rw-r--r-- | examples/uml/duse-mt/src/app/example4.xmi | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/examples/uml/duse-mt/src/app/example4.xmi b/examples/uml/duse-mt/src/app/example4.xmi deleted file mode 100644 index 8f734bab..00000000 --- a/examples/uml/duse-mt/src/app/example4.xmi +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<xmi:XMI xmlns:xmi="http://www.omg.org/spec/XMI/20110701" xmlns:uml="http://www.omg.org/spec/UML/20110701"> -<uml:Model xmi:id="_e2GlYFITEeOQC9143qYSZw" name="structuredcomponent"> - <packagedElement xmi:type="uml:Component" xmi:id="_e2GlZFITEeOQC9143qYSZw" name="LeaderFollowers"> - <ownedAttribute xmi:type="uml:Port" xmi:id="_e2GlZVITEeOQC9143qYSZw" name="threadPoolRequiredPort" type="_e2GlaVITEeOQC9143qYSZw"/> - <ownedAttribute xmi:type="uml:Port" xmi:id="_e2GlZVITEeOQC9143qYSZx" name="leaderFollowersProvidedPort" type="_e2GlaFITEeOQC9143qYSZx"/> - </packagedElement> - <packagedElement xmi:type="uml:Component" xmi:id="_e2GlZlITEeOQC9143qYSZw" name="ThreadPool"> - <ownedAttribute xmi:type="uml:Port" xmi:id="_e2GlZ1ITEeOQC9143qYSZw" name="threadPoolProvidedPort" type="_e2GlaFITEeOQC9143qYSZw"/> - </packagedElement> - <packagedElement xmi:type="uml:Interface" xmi:id="_e2GlaFITEeOQC9143qYSZw" name="IThreadPool" isAbstract="true"/> - <packagedElement xmi:type="uml:Interface" xmi:id="_e2GlaFITEeOQC9143qYSZx" name="ILeaderFollowers" isAbstract="true"/> - <packagedElement xmi:type="uml:Class" xmi:id="_e2GlaVITEeOQC9143qYSZw" name="ThreadPoolClient"> - <clientDependency href="http://code.qt.io/_e2GlalITEeOQC9143qYSZw"/> - </packagedElement> - <packagedElement xmi:type="uml:Dependency" xmi:id="_e2GlalITEeOQC9143qYSZw" name="ThreadPoolClient-IThreadPool-Dependency"> - <supplier href="http://code.qt.io/_e2GlaFITEeOQC9143qYSZw"/> - <client href="http://code.qt.io/_e2GlaVITEeOQC9143qYSZw"/> - </packagedElement> - <packagedElement xmi:type="uml:Component" xmi:id="_e2Gla1ITEeOQC9143qYSZw" name="WebServer"> - <ownedAttribute xmi:type="uml:Property" xmi:id="_e2GlbFITEeOQC9143qYSZw" name="leaderFollowers" type="_e2GlZFITEeOQC9143qYSZw" aggregation="composite"/> - <ownedAttribute xmi:type="uml:Property" xmi:id="_e2GlbVITEeOQC9143qYSZw" name="threadPool" type="_e2GlZlITEeOQC9143qYSZw" aggregation="composite"/> - <ownedConnector xmi:type="uml:Connector" xmi:id="_e2GlbVITEeOQC9143qYSZx" name="assemblyConnector"> - <end xmi:type="uml:ConnectorEnd" xmi:id="_e2GlbVITEeOQC9143qYSZxEnd1"> - <role href="http://code.qt.io/_e2GlZVITEeOQC9143qYSZw"/> - <partWithPort href="http://code.qt.io/_e2GlbFITEeOQC9143qYSZw"/> - </end> - <end xmi:type="uml:ConnectorEnd" xmi:id="_e2GlbVITEeOQC9143qYSZxEnd2"> - <role href="http://code.qt.io/_e2GlZ1ITEeOQC9143qYSZw"/> - <partWithPort href="http://code.qt.io/_e2GlbVITEeOQC9143qYSZw"/> - </end> - </ownedConnector> - <ownedAttribute xmi:type="uml:Port" xmi:id="_e2GlZVITEeOQC9143qYSZz" name="webserverProvidedPort" type="_e2GlaFITEeOQC9143qYSZx"/> - <ownedConnector xmi:type="uml:Connector" xmi:id="_e2GlbVITEeOQC9143qYSZy" name="delegationConnector"> - <end xmi:type="uml:ConnectorEnd" xmi:id="_e2GlbVITEeOQC9143qYSZyEnd1"> - <role href="http://code.qt.io/_e2GlZVITEeOQC9143qYSZz"/> - </end> - <end xmi:type="uml:ConnectorEnd" xmi:id="_e2GlbVITEeOQC9143qYSZyEnd2"> - <role href="http://code.qt.io/_e2GlZVITEeOQC9143qYSZx"/> - <partWithPort href="http://code.qt.io/_e2GlbFITEeOQC9143qYSZw"/> - </end> - </ownedConnector> - </packagedElement> -</uml:Model> -</xmi:XMI> |