Uses of Class
edu.cornell.mannlib.vitro.webapp.reasoner.SimpleReasoner
-
Packages that use SimpleReasoner Package Description edu.cornell.mannlib.vitro.webapp.reasoner edu.cornell.mannlib.vitro.webapp.reasoner.plugin edu.cornell.mannlib.vitro.webapp.servlet.setup -
-
Uses of SimpleReasoner in edu.cornell.mannlib.vitro.webapp.reasoner
Methods in edu.cornell.mannlib.vitro.webapp.reasoner that return SimpleReasoner Modifier and Type Method Description SimpleReasonerReasonerPlugin. getSimpleReasoner()Methods in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type SimpleReasoner Modifier and Type Method Description voidReasonerPlugin. setSimpleReasoner(SimpleReasoner simpleReasoner)Constructors in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type SimpleReasoner Constructor Description ABoxRecomputer(org.apache.jena.ontology.OntModel tboxModel, org.apache.jena.ontology.OntModel aboxModel, RDFService rdfService, SimpleReasoner simpleReasoner, SearchIndexer searchIndexer)SimpleReasonerTBoxListener(SimpleReasoner simpleReasoner)SimpleReasonerTBoxListener(SimpleReasoner simpleReasoner, String name) -
Uses of SimpleReasoner in edu.cornell.mannlib.vitro.webapp.reasoner.plugin
Methods in edu.cornell.mannlib.vitro.webapp.reasoner.plugin that return SimpleReasoner Modifier and Type Method Description SimpleReasonerDisableSameAs. getSimpleReasoner()SimpleReasonerSimpleBridgingRule. getSimpleReasoner()SimpleReasonerSimplePropertyAndTypeRule. getSimpleReasoner()Methods in edu.cornell.mannlib.vitro.webapp.reasoner.plugin with parameters of type SimpleReasoner Modifier and Type Method Description voidDisableSameAs. setSimpleReasoner(SimpleReasoner simpleReasoner)voidSimpleBridgingRule. setSimpleReasoner(SimpleReasoner simpleReasoner)voidSimplePropertyAndTypeRule. setSimpleReasoner(SimpleReasoner simpleReasoner) -
Uses of SimpleReasoner in edu.cornell.mannlib.vitro.webapp.servlet.setup
Methods in edu.cornell.mannlib.vitro.webapp.servlet.setup that return SimpleReasoner Modifier and Type Method Description static SimpleReasonerSimpleReasonerSetup. getSimpleReasonerFromServletContext(javax.servlet.ServletContext ctx)
-