org.meta2project.owlapi
Class OWLAPI

java.lang.Object
  extended by org.meta2project.owlapi.OWLAPI

public class OWLAPI
extends java.lang.Object

Author:
Anton Malykh

Constructor Summary
OWLAPI()
           
 
Method Summary
static void createFSyntax(Ontology ont, java.io.File file)
           
static void createRDFOWL(Ontology ont, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLAPI

public OWLAPI()
Method Detail

createRDFOWL

public static void createRDFOWL(Ontology ont,
                                java.io.File file)
                         throws java.lang.Exception
Throws:
java.lang.Exception

createFSyntax

public static void createFSyntax(Ontology ont,
                                 java.io.File file)
                          throws java.lang.Exception
Throws:
java.lang.Exception