|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfGraph | |
com.hp.hpl.jena.reasoner | The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. |
com.hp.hpl.jena.reasoner.rdfsReasoner1 | This package contains an example RDFS reasoner. |
com.hp.hpl.jena.reasoner.transitiveReasoner | This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. |
Uses of InfGraph in com.hp.hpl.jena.reasoner |
Classes in com.hp.hpl.jena.reasoner that implement InfGraph | |
class |
BaseInfGraph
A base level implementation of the InfGraph interface. |
Methods in com.hp.hpl.jena.reasoner that return InfGraph | |
InfGraph |
Reasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
BaseInfGraph.cloneWithPremises(Graph premises)
Return a new inference graph which is a clone of the current graph together with an additional set of data premises. |
Uses of InfGraph in com.hp.hpl.jena.reasoner.rdfsReasoner1 |
Classes in com.hp.hpl.jena.reasoner.rdfsReasoner1 that implement InfGraph | |
class |
RDFSInfGraph
An RDFS reasoner that has been bound to both a TBox and an ABox. |
Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 that return InfGraph | |
InfGraph |
RDFSReasoner.bind(Graph data)
Deprecated. Attach the reasoner to a set of RDF ddata to process. |
Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 with parameters of type InfGraph | |
ExtendedIterator |
ResourceBRWRule.execute(TriplePattern query,
InfGraph infGraph,
Finder data,
java.util.HashSet firedRules)
Use the rule to implement the given query. |
ExtendedIterator |
PropertyBRWRule.execute(TriplePattern query,
InfGraph infGraph,
Finder data,
java.util.HashSet firedRules)
Use the rule to implement the given query. |
ExtendedIterator |
PatternRouter.find(TriplePattern pattern,
Finder tripleCache,
Finder data,
InfGraph infGraph)
Process a query according to the known routing information. |
ExtendedIterator |
PatternRouter.find(TriplePattern pattern,
Finder tripleCache,
Finder data,
InfGraph infGraph,
java.util.HashSet firedRules)
Process a query according to the known routing information. |
ExtendedIterator |
BRWRule.execute(TriplePattern query,
InfGraph infGraph,
Finder data,
java.util.HashSet firedRules)
Use the rule to implement the given query. |
Uses of InfGraph in com.hp.hpl.jena.reasoner.transitiveReasoner |
Classes in com.hp.hpl.jena.reasoner.transitiveReasoner that implement InfGraph | |
class |
TransitiveInfGraph
Implementation of InfGraph used by the TransitiveReasoner. |
Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that return InfGraph | |
InfGraph |
TransitiveReasoner.bind(Graph data)
Attach the reasoner to a set of RDF ddata to process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |