Uses of Interface
edu.cornell.mannlib.vitro.webapp.reasoner.ReasonerPlugin
-
Packages that use ReasonerPlugin Package Description edu.cornell.mannlib.vitro.webapp.reasoner edu.cornell.mannlib.vitro.webapp.reasoner.plugin -
-
Uses of ReasonerPlugin in edu.cornell.mannlib.vitro.webapp.reasoner
Methods in edu.cornell.mannlib.vitro.webapp.reasoner that return types with arguments of type ReasonerPlugin Modifier and Type Method Description List<ReasonerPlugin>SimpleReasoner. getPluginList()Method parameters in edu.cornell.mannlib.vitro.webapp.reasoner with type arguments of type ReasonerPlugin Modifier and Type Method Description voidSimpleReasoner. setPluginList(List<ReasonerPlugin> pluginList) -
Uses of ReasonerPlugin in edu.cornell.mannlib.vitro.webapp.reasoner.plugin
Classes in edu.cornell.mannlib.vitro.webapp.reasoner.plugin that implement ReasonerPlugin Modifier and Type Class Description classDisableSameAsDisables sameAs in associated SimpleReasoner.classSimpleBridgingRulehandles rules of the form assertedProp1(?x, ?y) ^ assertedProp2(?y, ?z) -> inferredProp(?x, ?z)classSimplePropertyAndTypeRulehandles rules of the form assertedProp(?x, ?y) ^ type(?x) -> inferredProp(?x, ?y)
-