| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.tboxreasoner | |
| edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl |
| Modifier and Type | Field and Description |
|---|---|
static ReasonerConfiguration |
ReasonerConfiguration.COMPLETE
This configuration will ask Pellet for "all" inferences (calls listStatements(null,null,null)).
|
static ReasonerConfiguration |
ReasonerConfiguration.DEFAULT
The default reasoner configuration is designed to provide acceptable performance on larger knowledge bases.
|
static ReasonerConfiguration |
ReasonerConfiguration.PSEUDOCOMPLETE
This configuration will ask Pellet for the default inferences, plus all statements where the predicate
is a property in the user's ontology(ies).
|
static ReasonerConfiguration |
ReasonerConfiguration.PSEUDOCOMPLETE_IGNORE_DATAPROPERTIES
This configuration will ask Pellet for the default inferences, plus all statements where the predicate
is an object property in the user's ontology(ies).
|
| Constructor and Description |
|---|
ConfiguredReasonerListener(ReasonerConfiguration reasonerConfiguration,
TBoxReasonerDriver reasonerDriver) |
PatternListBuilder(ReasonerConfiguration reasonerConfiguration,
TBoxReasoner reasoner,
TBoxChanges changes) |
| Constructor and Description |
|---|
BasicTBoxReasonerDriver(com.hp.hpl.jena.ontology.OntModel assertionsModel,
com.hp.hpl.jena.rdf.model.Model inferencesModel,
com.hp.hpl.jena.ontology.OntModel fullModel,
TBoxReasoner reasoner,
ReasonerConfiguration reasonerConfiguration) |
Copyright © 2016. All rights reserved.