TOWARDS FORMAL VERIFICATION OF MODEL TRANSFORMATIONS
varromit.bme.hu As the Unified Modeling Language is evolving into a family of languages with inpidually specified semantics, there is an increasing need for highly automated and provenly correct model transformations that would assure the integration of
AbstractAstheUni edModelingLanguageisevolvingintoafamilyoflanguageswith
inpiduallyspeci edsemantics,thereisanincreasingneedforhighlyauto-
matedandprovenlycorrectmodeltransformationsthatwouldassuretheinte-
grationoflocalviewsofthesystem(intheformofdifferentdiagrams)intoa
consistentglobalview.Graphtransformationprovidesaneasy-to-understand
visualspeci cationtechniquetoformallycapturetherulesofsuchtransforma-
tions.Inthepaper,wesummarizetheconceptsofVIATRA,thegeneralpurpose
modeltransformationsystemtogetherwiththemajorcorrectnessrequirements
andamodelcheckingbasedveri cationmethodformodeltransformations.
Keywords:modeltransformation,modeltransitionsystems,graphtransformation,UML,
formalveri cation,
Nowadays,theUni edModelingLanguage(UML)hasbecomethedomi-natingspeci cationandmodelinglanguageforthedesignprocessofsoftware.However,despiteitsindustrialsuccessasbeingauni edandvisualnotation,theimprecisenessofUML(i.e.,thelackofformalsemantics)isstillthemajorfactorthathindersthegeneraluseofUMLasaprimarysourcelanguagefor(i)automatedtoolsofformalveri cationandvalidationexploitingtheresultsinthetheoryofformalmethods,and(ii)automatedcodegeneratorsthatwouldyieldaprovenlycorrectfunctionalcoreoftargetapplication.
Recentinitiatives(UML2.0RequestforProposal)oftheObjectManage-mentGroup(OMG)aimattore-architecturethesingleandmonolithlanguageThisworkwassupportedbytheHungarianNationalScienti cFoundationGrant(OTKA030804).
varromit.bme.hu As the Unified Modeling Language is evolving into a family of languages with inpidually specified semantics, there is an increasing need for highly automated and provenly correct model transformations that would assure the integration of
intoafamilyoflanguages(builtaroundakernelmetamodelinglanguage)eachhavingitsownwell-de nedsemantics.
However,astheformalseman-
ticsofdifferentviewsofthesystem(i.e.,separatediagramslikeclassdiagrams,statecharts,sequencediagrams,etc.)mightbede nedindifferentsemanticdomain(e.g.,byPetrinets,SOSrules,graphtransformationsystemsetc.),theintegrationofsuchlocalviewsintoaconsistentglobalviewofthesystemre-quiresaprecisespeci cationandveri cationoftransformationswithinandbetweenUMLmodels.
Inpractice,transformationsarenecessitatedforseveralpurposes:(i)modeltransformationswithinalanguageshouldcontrolthecorrectnessofconsecu-tivemodelre nementsteps,(ii)modeltransformationsbetweendifferentlan-guagesshouldprovideprecisemeanstoprojectthesemanticcontentofadia-gramintoanotherone,whichisindispensableforaconsistentglobalviewofthesystemunderdesign,and(iii)avisualUMLmodel(i.e.,asentenceintheUMLlanguagefamily)shouldbetransformedintoitssemanticdomain(calledmodelinterpretation).
AstheabstractsyntaxofUMLmodelsisde nedvisuallybyacorrespond-ingmetamodel.Astraightforwardrepresentationofsuchmodelscanrelyontheuseofdirected,typed,andattributedgraphsastheunderlyingsemanticdomain.Therefore,theuseofgraphtransformation[7]forcapturingthese-manticsofUMLmodelsandtheirtransformationsisanaturalchoicewhichalso tswelltoengineeringpracticesasaconsequenceofitsvisualexpres-siveness[3,4,9,11].
However,duetoahugeabstractiongapbetweenvisualUMLmodelsandformalmathematicaldescriptions,thespeci cationandimplementationofmodeltransformationsystemsarehighlypronetohumanerrors,whichnecessitatesahighlyautomatedveri cationandprogramgenerationmethodforsuchsys-tems.
VIATRA(VIsualAutomatedmodel
TRAnsformations[11],seeFigure1)isaprototypetoolbeingdevelopedattheBudapestUniversityofTechnologyandEconomics,thatprovidesagen-eralmeanstospecify,implementandverifyvariousmodeltransformations(tailoredespeciallytoUML-basedtransformations).
1AsthebeginningofatypicalinteractionwithVIATRA,thetransforma-tiondesignerconstructsthemetamodelsofthesourcelanguage(typi-callyUMLitself)andthetargetlanguages(formalmodelssuchasPetriNets,Kripkeautomaton,etc.)intheformofUMLclassdiagramsex-portedintothestandardXMIformat.
varromit.bme.hu As the Unified Modeling Language is evolving into a family of languages with inpidually specified semantics, there is an increasing need for highly automated and provenly correct model transformations that would assure the integration of
1
TheVIATRAenvironment
2Afterwards,thetransformationrulesarespeci edinavisualnotationbasedonaUMLpro letailoredtographtransformationsystems.
3Fromthisvisualdescription,themodeltransformationprogramisgener-atedautomaticallyintheformofaPrologprogram(see[10]forfurtherdetailsonautomatedprogramgenerationinVIATRA).
4ThisPrologprogramtakesasourceUMLmodelasinputandgeneratesthetargetmathematicalmodelastheoutput(sinceallmodelsarerepre-sentedinVIATRAusingtheXMIstandardtheunderlyingPrologengineishiddenfromtheuser).
5Theresultsofthemathematicalanalysiscanbeback–annotatedintothesourcelanguagebyadditionalmodeltransformations.
ThemaincontributionoftheVIATRAapproachisits exibilityandpre-cisenessforautomatedmodeltransformationsaimingattoinvestigateandfor-mallyverifyUMLmodelsfromdifferentaspects(suchaslogicalcorrectness,dependabilityandperformabilityanalysis).However,suchatransformationbasedautomaticmodelgenerationapproachmightnotassureahigherqualityofsystemveri cation,unlessthefaithfulnessandconsistencyofUMLmodelsandtheabstractmathematicalstructuresofformalanalysiscanbeguaranteed(preferably,formallyproven).Inthecurrentpaper,afterabriefsummaryofconceptswediscussthemajorcorrectnessrequirementsandamodelcheckingbasedveri cationapproachofmodeltransformationsystems.
WeinformallysummarizebelowthemajormodeltransformationconceptsofVIATRA.Models(andmetamodels,whichdescribetheabstractsyntaxof
varromit.bme.hu As the Unified Mo …… 此处隐藏:17015字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [法律文档]苏教版七年级语文下册第五单元教学设计
- [法律文档]向市委巡视组进点汇报材料
- [法律文档]绵阳市2018年高三物理上学期第二次月考
- [法律文档]浅析如何解决当代中国“新三座大山”的
- [法律文档]延安北过境线大桥工程防洪评价报告 -
- [法律文档]激活生成元素让数学课堂充满生机
- [法律文档]2014年春学期九年级5月教学质量检测语
- [法律文档]放射科标准及各项计1
- [法律文档]2012年广州化学中考试题和答案(原版)
- [法律文档]地球物理勘查规范
- [法律文档]《12系列建筑标准设计图集》目录
- [法律文档]2018年宁波市专技人员继续教育公需课-
- [法律文档]工会委员会工作职责
- [法律文档]2014新版外研社九年级英语上册课文(完
- [法律文档]《阅微草堂笔记》部分篇目赏析
- [法律文档]尔雅军事理论2018课后答案(南开版)
- [法律文档]储竣-13827 黑娃山沟大开挖穿越说明书
- [法律文档]《产品设计》教学大纲及课程简介
- [法律文档]电动吊篮专项施工方案 - 图文
- [法律文档]实木地板和复合地板的比较
- 探析如何提高电力系统中PLC的可靠性
- 用Excel函数快速实现体能测试成绩统计
- 教师招聘考试重点分析:班主任工作常识
- 高三历史选修一《历史上重大改革回眸》
- 2013年中山市部分职位(工种)人力资源视
- 2015年中国水溶性蛋白市场年度调研报告
- 原地踏步走与立定教学设计
- 何家弘法律英语课件_第十二课
- 海信冰箱经销商大会——齐俊强副总经理
- 犯罪心理学讲座
- 初中英语作文病句和错句修改范例
- 虚拟化群集部署计划及操作流程
- 焊接板式塔顶冷凝器设计
- 浅析语文教学中
- 结构力学——6位移法
- 天正建筑CAD制图技巧
- 中华人民共和国财政部令第57号——注册
- 赢在企业文化展厅设计的起跑线上
- 2013版物理一轮精品复习学案:实验6
- 直隶总督署简介




