|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticweb.owl.inference.NullReasonerFactory
public class NullReasonerFactory
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jun-2008
A reasoner factory that creates instances of the NullReasoner.
This is for use in situations where the
Null Object pattern is required. (http://en.wikipedia.org/wiki/Null_Object_pattern).
Constructor Summary | |
---|---|
NullReasonerFactory()
|
Method Summary | |
---|---|
OWLReasoner |
createReasoner(OWLOntologyManager manager)
Creates a reasoner that uses the specified manager. |
java.lang.String |
getReasonerName()
Gets the name of the reasoner that is created by this factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullReasonerFactory()
Method Detail |
---|
public java.lang.String getReasonerName()
OWLReasonerFactory
getReasonerName
in interface OWLReasonerFactory
public OWLReasoner createReasoner(OWLOntologyManager manager)
OWLReasonerFactory
createReasoner
in interface OWLReasonerFactory
manager
- The manager to be used (may be used by the
reasoner to obtain a data factory etc.)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |