eclipse - UML metamodel not found in createing Acceleo project -
i new in acceleo. use eclipse mars. want getting start , learn this link. when want create new project , click add in field of metamodel uris didn't find uml metamodel. can do?
the uml metamodel accessible acceleo if registered in global emf eregistry
. means must either loaded emf plugin in eclipse environment or manually added global registry of running eclipse instance.
for uml, quite simple, need install uml2 plugin. provides uml metamodel java code , .ecore
many tools around uml.
also, if want more details acceleo syntax, can use these links:
language reference
http://help.eclipse.org/mars/topic/org.eclipse.acceleo.doc/pages/reference/language.html
operations
https://wiki.eclipse.org/acceleo/ocl_operations_reference https://wiki.eclipse.org/acceleo/acceleo_operations_reference
text production rules
https://wiki.eclipse.org/acceleo/text_production_rules
and small tutorial wrote (only part 1 @ moment):
http://blog.genmymodel.com/build-your-own-php-generator-from-uml-using-acceleo-part-1.html
Comments
Post a Comment