M
mparish
Guest
The Corticon vocabulary is an Eclipse ecore file. Eclipse provides some built in tools for creating such files. Go to New…Other and choose EMF Generator Model Then choose a file name (with extension .genmodel) Now you will find you can choose from several sources Unfortunately Excel is not one of them. If you want to import from something other than the Eclipse options you will need to write some java code that uses the Corticon Rule Modeling APIs You’ll need the Corticon Foundation APIs from the ESD site. It comes with several examples: I’ve attached the CreateVocabulary example. You’d also need to use the Excel APIs to read the Excel data.
Continue reading...
Continue reading...