org.semanticweb.owlapi.owllink.server.serverfactory
Class PelletReasonerFactory
java.lang.Object
org.semanticweb.owlapi.owllink.server.serverfactory.PelletReasonerFactory
public class PelletReasonerFactory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAME
public static final java.lang.String CLASS_NAME
- See Also:
- Constant Field Values
PelletReasonerFactory
public PelletReasonerFactory()
setTracingEnabled
public void setTracingEnabled(boolean b)
- Specifies whether or not tracing should be used.
- Parameters:
b - true if tracing should be used, otherwise
false.
setUseConsoleProgressMonitor
public void setUseConsoleProgressMonitor()
turnOffLogging
public void turnOffLogging()
- Turns off pellet logging. This turns off ABox logging, Taxonomy logging, KnowledgeBase logging,
RBox logging and PelletVisitor logging.
setPelletVisitorLogging
public void setPelletVisitorLogging(java.util.logging.Level level)
setRBoxLogging
public void setRBoxLogging(java.util.logging.Level level)
setKnowledgeBaseLogging
public void setKnowledgeBaseLogging(java.util.logging.Level level)
setTaxonomyLogging
public void setTaxonomyLogging(java.util.logging.Level level)
setABoxLogging
public void setABoxLogging(java.util.logging.Level level)
setLoggingLevel
public void setLoggingLevel(java.lang.String className,
java.util.logging.Level level)
getReasonerName
public java.lang.String getReasonerName()
createReasoner
public OWLReasoner createReasoner(OWLOntologyManager manager,
java.util.Set<OWLOntology> ontologies)
throws OWLReasonerSetupException
- Creates an instance of the pellet reasoner.
- Parameters:
manager - The manager
- Returns:
- An instance of OWLReasoner that corresponds to the Pellet reasoner.
- Throws:
OWLReasonerSetupException