diff options
author | Sandro S. Andrade <[email protected]> | 2014-10-28 11:22:22 -0300 |
---|---|---|
committer | Sandro S. Andrade <[email protected]> | 2014-10-28 15:24:07 +0100 |
commit | 63b4ed0994341b1342eeec6c543f7eb0cfe61b66 (patch) | |
tree | c6324a63ba1c25efa06da975af7062f4637be9d4 /examples/uml/duse-mt/src/app/example2.xmi | |
parent | 001a7e58fcaa2b8c149b8e4a223c8d5f097c0ef9 (diff) |
New DuSE-MT location: [email protected]:duse-mt/duse-mt.git
Change-Id: I4f3e65542703e39a54d20fa2c418fc61a1dca59c
Reviewed-by: Sandro S. Andrade <[email protected]>
Diffstat (limited to 'examples/uml/duse-mt/src/app/example2.xmi')
-rw-r--r-- | examples/uml/duse-mt/src/app/example2.xmi | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/examples/uml/duse-mt/src/app/example2.xmi b/examples/uml/duse-mt/src/app/example2.xmi deleted file mode 100644 index ef8ee7fa..00000000 --- a/examples/uml/duse-mt/src/app/example2.xmi +++ /dev/null @@ -1,35 +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" xmlns:mofext="http://www.omg.org/spec/MOF/20110701" xmlns:SADuseProfile="http://liveblue.wordpress.com/SADuseProfile"> - <uml:Model name="MyModel" xmi:id="MyModel"> - <packageImport xmi:type="uml:PackageImport" xmi:id="_PackageImport.0"> - <importedPackage href="http://code.qt.io/:/metamodels/PrimitiveTypes.xmi#_0"/> - </packageImport> - <packagedElement xmi:type="uml:Component" name="Component1" xmi:id="MyModel-Component1"> - <ownedAttribute xmi:type="uml:Port" visibility="public" name="port1" xmi:id="MyModel-Component1-port1"/> - <ownedAttribute xmi:type="uml:Port" visibility="public" name="port2" xmi:id="MyModel-Component1-port2"/> - <ownedAttribute xmi:type="uml:Port" visibility="public" name="port3" xmi:id="MyModel-Component1-port3"/> - <ownedAttribute xmi:type="uml:Port" visibility="public" name="port4" xmi:id="MyModel-Component1-port4"/> - <ownedAttribute xmi:type="uml:Property" aggregation="composite" type="MyModel-Component2" visibility="public" name="c2" xmi:id="MyModel-Component1-c2"/> - <ownedAttribute xmi:type="uml:Property" aggregation="composite" type="MyModel-Component2" visibility="public" name="c3" xmi:id="MyModel-Component1-c3"/> - <ownedConnector xmi:type="uml:Connector" visibility="public" name="connector" xmi:id="MyModel-Component1-connector"> - <end xmi:type="uml:ConnectorEnd" xmi:id="MyModel-Component1-connector-ConnectorEnd.0"> - <role xmi:idref="MyModel-Component1-port1"/> - </end> - <end xmi:type="uml:ConnectorEnd" xmi:id="MyModel-Component1-connector-ConnectorEnd.1"> - <role xmi:idref="MyModel-Component2-port2"/> - </end> - </ownedConnector> - </packagedElement> - <packagedElement xmi:type="uml:Component" name="Component2" xmi:id="MyModel-Component2"> - <ownedAttribute xmi:type="uml:Port" visibility="public" name="port2" xmi:id="MyModel-Component2-port2"/> - <ownedAttribute xmi:type="uml:Property" visibility="public" name="name" aggregation="composite" xmi:id="MyRootPackage-Package1-Student-name"> - <type href="http://code.qt.io/:/metamodels/PrimitiveTypes.xmi#String"/> - </ownedAttribute> - </packagedElement> - <profileApplication xmi:type="uml:ProfileApplication" xmi:applyingPackage="MyModel" xmi:id="Component2ProfileApplication"> - <appliedProfile xmi:type="uml:Profile" xmi:applyingPackage="Component2ProfileApplication" href="http://code.qt.io/:/metamodels/SADuseProfile.xmi#SADuseProfile"/> - </profileApplication> - </uml:Model> - <SADuseProfile:ProcessComponent xmi:id="Component2ProcessComponent" base_Component="MyModel-Component2"/> - <SADuseProfile:ProcessComponent xmi:id="Component1ProcessComponent" base_Component="MyModel-Component1"/> -</xmi:XMI> |