| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.reasoner | |
| edu.cornell.mannlib.vitro.webapp.reasoner.plugin |
| Modifier and Type | Method and Description |
|---|---|
List<ReasonerPlugin> |
SimpleReasoner.getPluginList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleReasoner.setPluginList(List<ReasonerPlugin> pluginList) |
| Modifier and Type | Class and Description |
|---|---|
class |
DisableSameAs
Disables sameAs in associated SimpleReasoner.
|
class |
SimpleBridgingRule
handles rules of the form
assertedProp1(?x, ?y) ^ assertedProp2(?y, ?z) -> inferredProp(?x, ?z)
|
class |
SimplePropertyAndTypeRule
handles rules of the form
assertedProp(?x, ?y) ^ type(?x) -> inferredProp(?x, ?y)
|
Copyright © 2022. All rights reserved.