|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.autosemantix.modeler.Modeler
The Modeler component is responsible for reading OWL ontologies and converting them into ecore Models so that they can be read and processed by the other components.
Constructor Summary | |
Modeler(Project project)
Default constructor creates a empty model with Object as its base class. |
Method Summary | |
Model |
readOWL(java.lang.String inputFileName)
Reads an OWL ontology from disk and generates an ecore Model which implements the classes present in the ontlogy. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Modeler(Project project)
Method Detail |
public Model readOWL(java.lang.String inputFileName)
inputFileName
- The OWL file to read.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |