Blame view
fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/Parameter2ProcessVariableTest/source.sysml
2.74 KB
f902ce56c Commit of projects |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
<?xml version="1.0" encoding="UTF-8"?> <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:sysML="http://www.topcased.org/2.0/sysML" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" xmi:id="idModel" name="source"> <packageImport xmi:type="uml:PackageImport" xmi:id="_xmK4IBbgEeKY3NCwnkSnPg"> <importedPackage xmi:type="uml:Model" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#idModel"/> </packageImport> <packagedElement xmi:type="uml:Package" xmi:id="idPackage" name="source"> <packagedElement xmi:type="sysML:Block" xmi:id="_J28mUBbfEeKY3NCwnkSnPg" name="Block1" classifierBehavior="_MqXwMBbfEeKY3NCwnkSnPg"> <ownedBehavior xmi:type="uml:Activity" xmi:id="_MqXwMBbfEeKY3NCwnkSnPg" name="Activity1"> <ownedParameter xmi:type="uml:Parameter" xmi:id="_JPXXABbhEeKY3NCwnkSnPg" name="P1"> <type xmi:type="sysML:ValueType" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#_1zj3-F78EeGhBqGmWecjbw"/> <defaultValue xmi:type="uml:LiteralString" xmi:id="_KxB-EBbhEeKY3NCwnkSnPg" value=""/> </ownedParameter> <ownedParameter xmi:type="uml:Parameter" xmi:id="_OLXW8BbhEeKY3NCwnkSnPg" name="P2"> <type xmi:type="sysML:ValueType" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#_1zj3-F78EeGhBqGmWecjbw"/> <defaultValue xmi:type="uml:LiteralString" xmi:id="_PautEBbhEeKY3NCwnkSnPg" value="2.0"/> </ownedParameter> <node xmi:type="uml:ActivityParameterNode" xmi:id="_JPbocBbhEeKY3NCwnkSnPg" name="P1" parameter="_JPXXABbhEeKY3NCwnkSnPg"> <type xmi:type="sysML:ValueType" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#_1zj3-F78EeGhBqGmWecjbw"/> <upperBound xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_JPbocRbhEeKY3NCwnkSnPg" value="*"/> </node> <node xmi:type="uml:ActivityParameterNode" xmi:id="_OLgg4BbhEeKY3NCwnkSnPg" name="P2" parameter="_OLXW8BbhEeKY3NCwnkSnPg"> <type xmi:type="sysML:ValueType" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#_1zj3-F78EeGhBqGmWecjbw"/> <upperBound xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_OLgg4RbhEeKY3NCwnkSnPg" value="*"/> </node> </ownedBehavior> </packagedElement> </packagedElement> <profileApplication xmi:type="uml:ProfileApplication" xmi:id="idProfileApplication"> <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="idProfileAnnotation" source="http://www.eclipse.org/uml2/2.0.0/UML"> <references xmi:type="ecore:EPackage" href="pathmap://SysMLActivityExtensionsProfile.uml#ProfileContentId"/> </eAnnotations> <appliedProfile xmi:type="uml:Profile" href="pathmap://SysMLActivityExtensionsProfile.uml#ActivityProfileId"/> </profileApplication> </uml:Model> |