org.mindswap.owl
Class OWLFactory
java.lang.Object
org.mindswap.owl.OWLFactory
public class OWLFactory
- extends java.lang.Object
- Author:
- Evren Sirin
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLFactory
public OWLFactory()
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.