Uses of Class
edu.cornell.mannlib.vitro.webapp.tboxreasoner.ReasonerConfiguration
-
Packages that use ReasonerConfiguration Package Description edu.cornell.mannlib.vitro.webapp.tboxreasoner edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl -
-
Uses of ReasonerConfiguration in edu.cornell.mannlib.vitro.webapp.tboxreasoner
Fields in edu.cornell.mannlib.vitro.webapp.tboxreasoner declared as ReasonerConfiguration Modifier and Type Field Description static ReasonerConfigurationReasonerConfiguration. COMPLETEThis configuration will ask Pellet for "all" inferences (calls listStatements(null,null,null)).static ReasonerConfigurationReasonerConfiguration. DEFAULTThe default reasoner configuration is designed to provide acceptable performance on larger knowledge bases.static ReasonerConfigurationReasonerConfiguration. PSEUDOCOMPLETEThis configuration will ask Pellet for the default inferences, plus all statements where the predicate is a property in the user's ontology(ies).static ReasonerConfigurationReasonerConfiguration. PSEUDOCOMPLETE_IGNORE_DATAPROPERTIESThis configuration will ask Pellet for the default inferences, plus all statements where the predicate is an object property in the user's ontology(ies).Constructors in edu.cornell.mannlib.vitro.webapp.tboxreasoner with parameters of type ReasonerConfiguration Constructor Description ConfiguredReasonerListener(ReasonerConfiguration reasonerConfiguration, TBoxReasonerDriver reasonerDriver)PatternListBuilder(ReasonerConfiguration reasonerConfiguration, TBoxReasoner reasoner, TBoxChanges changes) -
Uses of ReasonerConfiguration in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl
Constructors in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl with parameters of type ReasonerConfiguration Constructor Description BasicTBoxReasonerDriver(org.apache.jena.ontology.OntModel assertionsModel, org.apache.jena.rdf.model.Model inferencesModel, org.apache.jena.ontology.OntModel fullModel, TBoxReasoner reasoner, ReasonerConfiguration reasonerConfiguration)
-