[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.modeling.mdt.eodm] Documentation on EODM

Hello all,

I tried to learn something about EODM, but i have problems getting current information and documentation.

The initial documentation on

http://www.eclipse.org/modeling/mdt/eodm/docs/articles/EODM_Documentation/

contains code that does not run.

----------------------------------------------------------------------
// obtain the OWL factory and create the ontology
OWLFactory factory = OWLFactory.eINSTANCE;
ontology = factory.createOWLOntology();
//create a namespace and set it as namespace of the ontology
Namespace testNS = RDFSFactory.eINSTANCE.createNamespace(ontology,"test","http://test.org/test#";);
ontology.setNamespace(testNS);
----------------------------------------------------------------------


1. The data type of ontology is not defined.
2. There is no method OWLFactory.createOWLOntology(). The methods i found need arguments, an OWLGraph and an URI/String.


I looked into the 2.0 and 0.9 versions.

And the examples features do not contain example code.

http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/eodm/downloads/drops/2.0.0/S200705180639/mdt-eodm-examples-2.0.0M7.zip
http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/eodm/downloads/drops/0.9.0/S200706210115/mdt-eodm-examples-0.9.0RC4.zip

What information is available to get into EODM ?

Well, there is the Javadoc for the API and this seems to be documented well. But learning using an API doc is quite difficult.

Best regards,

Joern

----------------------------------------------------------------------
Joern Dinkla
Software Development and Consulting
Hamburg, Germany
http://www.dinkla.net
Are you looking for a Groovy/Eclipse/Java/Ruby developer? Contact me!