Blame view
fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/OpaqueBehavior2SequentialStatementTest/source.sysml
2.35 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 |
<?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="_Q9Vx4AiUEeK1DKtJaK1-bQ"> <importedPackage xmi:type="uml:Package" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#idPackage"/> </packageImport> <packagedElement xmi:type="uml:Package" xmi:id="idPackage" name="source"> <packagedElement xmi:type="sysML:Block" xmi:id="_PIqIOwiUEeK1DKtJaK1-bQ" name="Block1"> <ownedBehavior xmi:type="uml:OpaqueBehavior" xmi:id="_dDwKEAiUEeK1DKtJaK1-bQ" name="Operation1" specification="_PqfC4giUEeK1DKtJaK1-bQ"> <ownedParameter xmi:type="uml:Parameter" xmi:id="_dDwKEQiUEeK1DKtJaK1-bQ" name="Parameter1" direction="return"> <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_dDwKEgiUEeK1DKtJaK1-bQ" source="http://www.topcased.org/author"> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_dDwKEwiUEeK1DKtJaK1-bQ" key="author" value=""/> </eAnnotations> <type xmi:type="sysML:ValueType" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#_1zj3-F78EeGhBqGmWecjbw"/> </ownedParameter> <language>OCL</language> <body>behaviorTest</body> </ownedBehavior> <ownedOperation xmi:type="uml:Operation" xmi:id="_PqfC4giUEeK1DKtJaK1-bQ" name="Operation1" method="_dDwKEAiUEeK1DKtJaK1-bQ"> <ownedParameter xmi:type="uml:Parameter" xmi:id="_ULRGcAiUEeK1DKtJaK1-bQ" name="Parameter1" direction="return"> <type xmi:type="sysML:ValueType" href="pathmap://SYSML_LIBRARIES/vhdlams.library.sysml#_1zj3-F78EeGhBqGmWecjbw"/> </ownedParameter> </ownedOperation> </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> |