|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectJ2OCompiler
public class J2OCompiler
This class is for translating Java-classes into OWL-classes. The main-method allows for calling it with the necessary parameters. There are a number of other methods which can be called to translate Java-classes.
Method Summary | |
---|---|
void |
class2OWL(Class... classes)
This method just calls the class2OWL-method for each class |
void |
class2OWL(Collection<Class> classes)
This method just calls the class2OWL-method for each class |
boolean |
finishTranslation()
performs the final steps of the translation |
boolean |
finishTranslation(IRI extensionOntologyIRI)
performs the final steps of the translation |
String |
getName()
returns the name of the ontology manager. |
static void |
main(String[] args)
This method reads all necessary arguments and performs all the translations. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public void class2OWL(Collection<Class> classes)
public void class2OWL(Class... classes)
public boolean finishTranslation(IRI extensionOntologyIRI)
extensionOntologyFile
- the name of the file where the extension ontology is to be saved.
The following steps are preformed.
public boolean finishTranslation()
extensionOntologyFile
- the name of the file where the extension ontology is to be saved.
The following steps are preformed.
public static void main(String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |