Package owl_api.binding
Class OWLAPIExplanatorBuilder
java.lang.Object
owl_api.binding.OWLAPIExplanatorBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionOWLAPIExplanatorBuilder(OWLAPIAlgorithmParameterConfig config, Set<org.semanticweb.owlapi.model.OWLAxiom> axioms, com.clarkparsia.pellet.owlapiv3.PelletReasonerFactory reasonerFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.semanticweb.owl.explanation.impl.blackbox.BlackBoxExplanationGenerator2<org.semanticweb.owlapi.model.OWLAxiom> build()
-
Constructor Details
-
OWLAPIExplanatorBuilder
public OWLAPIExplanatorBuilder(OWLAPIAlgorithmParameterConfig config, Set<org.semanticweb.owlapi.model.OWLAxiom> axioms, com.clarkparsia.pellet.owlapiv3.PelletReasonerFactory reasonerFactory)
-
-
Method Details
-
build
public org.semanticweb.owl.explanation.impl.blackbox.BlackBoxExplanationGenerator2<org.semanticweb.owlapi.model.OWLAxiom> build()- Returns:
- the explanator for the axioms and the input reasoner to use
-