org.autosemantix.modeler
Class Modeler

java.lang.Object
  extended byorg.autosemantix.modeler.Modeler

public class Modeler
extends java.lang.Object

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.

Version:
Created Jul 4, 2005
Author:
Shawn Simister

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

Modeler

public Modeler(Project project)
Default constructor creates a empty model with Object as its base class.

Method Detail

readOWL

public 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.

Parameters:
inputFileName - The OWL file to read.
Returns:
A new Model implementing the given OWL ontology.