首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > Java DSL for the Atlas Transformation Language

Java DSL for the Atlas Transformation Language

资 源 简 介

Easy execution of atl model transformations. ``` register( UMLPackage.eINSTANCE.eResource() ); Transformation uml2ecore = new Transformations.Builder() .asm("uml2ecore.asm") .in(get(UMLPackage.eNS_URI), "IN", "uml") .out(ecore(), "OUT", "ecore") .buildOneInOneOut(); EMFModel out = transform(inject(resource("model.uml"), get(UMLPackage.eNS_URI)), uml2ecore); ``` eclipse update site http://svn.codespot.com/a/eclipselabs.org/atl-commons/snapshots/ source code is on github

文 件 列 表

features
com.atl.common.feature_0.5.6.201005251350.jar
plugins
com.atl.common_0.5.6.201005251350.jar
VIP VIP
0.182160s