0

I would like to use Acceleo to tranform Owl files to java classes.

However I do not see the uri for the Owl metamodel in Acceleo.

How does one add a new metamodel template specification to Acceleo?

Thanks

Magick
  • 4,603
  • 22
  • 66
  • 103

1 Answers1

0

Are you sure Eclipse is currently loading the plugin containing the Owl metamodel? in the About Eclipse window there should be an 'installation details' button. Click that and then click on the 'plugins' tab. Check there if the plugin you need is loaded. If so you should see the meta-model (double check the uri you are typing).

Andrea Sindico
  • 7,358
  • 6
  • 47
  • 84
  • I cannot see anything in the plugins tab related to the owl metamodel. I also did a fresh install of Acceleo, and there was no owl metamodel present. – Magick Aug 18 '14 at 12:14
  • 1
    I don't think Acceleo comes with an implementation of the OWL meta-model. I guessed you had already installed an OWL plugin. I am not an OWL expert but I think you can find something useful here http://www.w3.org/2007/OWL/wiki/MOF-Based_Metamodel – Andrea Sindico Aug 18 '14 at 14:48