org.mindswap.owl
Class OWLFactory

java.lang.Object
  extended by org.mindswap.owl.OWLFactory

public class OWLFactory
extends java.lang.Object

Author:
Evren Sirin

Nested Class Summary
static interface OWLFactory.Interface
           
 
Constructor Summary
OWLFactory()
           
 
Method Summary
static OWLDataValueList createDataValueList()
           
static OWLIndividualList createIndividualList()
           
static OWLKnowledgeBase createKB()
           
static OWLOntology createOntology()
           
static OWLOntology createOntology(java.net.URI uri)
           
static ABoxQueryParser createRDQLParser(OWLModel model)
           
static OWLReader createReader()
           
static OWLWriter createWriter()
           
static java.util.Map getDefaultConverters()
           
static java.lang.Object getReasoner(java.lang.String reasonerName)
           
static java.util.Map getReasoners()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLFactory

public OWLFactory()
Method Detail

createKB

public static OWLKnowledgeBase createKB()

createOntology

public static OWLOntology createOntology()

createOntology

public static OWLOntology createOntology(java.net.URI uri)

createReader

public static OWLReader createReader()

createWriter

public static OWLWriter createWriter()

createDataValueList

public static OWLDataValueList createDataValueList()

createIndividualList

public static OWLIndividualList createIndividualList()

getReasoners

public static java.util.Map getReasoners()

getReasoner

public static java.lang.Object getReasoner(java.lang.String reasonerName)

createRDQLParser

public static ABoxQueryParser createRDQLParser(OWLModel model)

getDefaultConverters

public static java.util.Map getDefaultConverters()


Copyright © 2004 Evren Sirin. All Rights Reserved.