org.semanticweb.owlapi.owllink
Class OWLlinkHTTPXMLReasonerFactory

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.OWLlinkHTTPXMLReasonerFactory

public class OWLlinkHTTPXMLReasonerFactory
extends java.lang.Object

Author: Olaf Noppens Date: 19.02.2010


Constructor Summary
OWLlinkHTTPXMLReasonerFactory()
           
 
Method Summary
 OWLlinkReasoner createNonBufferingReasoner(OWLOntology ontology)
           
 OWLlinkReasoner createNonBufferingReasoner(OWLOntology ontology, OWLReasonerConfiguration config)
           
 OWLlinkReasoner createReasoner(OWLOntology ontology)
           
 OWLlinkReasoner createReasoner(OWLOntology ontology, OWLReasonerConfiguration config)
           
 java.lang.String getReasonerName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLlinkHTTPXMLReasonerFactory

public OWLlinkHTTPXMLReasonerFactory()
Method Detail

getReasonerName

public java.lang.String getReasonerName()

createNonBufferingReasoner

public OWLlinkReasoner createNonBufferingReasoner(OWLOntology ontology)

createReasoner

public OWLlinkReasoner createReasoner(OWLOntology ontology)

createNonBufferingReasoner

public OWLlinkReasoner createNonBufferingReasoner(OWLOntology ontology,
                                                  OWLReasonerConfiguration config)
                                           throws IllegalConfigurationException
Throws:
IllegalConfigurationException

createReasoner

public OWLlinkReasoner createReasoner(OWLOntology ontology,
                                      OWLReasonerConfiguration config)
                               throws IllegalConfigurationException
Throws:
IllegalConfigurationException