|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> impl >> [ oldCode overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.hp.hpl.jena.reasoner.rulesys.impl.oldCode
Internal implementation objects used by the rule system interpreters and compilers.
See:
Description
| Class Summary | |
| BasicBackwardRuleInfGraph | An inference graph that runs a set of rules using a tabled backward chaining interpreter. |
| BasicBackwardRuleReasoner | Reasoner implementation which augments or transforms an RDF graph according to a set of rules. |
| BRuleEngine | Part of the backward chaining rule interpreter. |
| FBLPRuleInfGraph | An inference graph that uses a mixture of forward and backward chaining rules. |
| FBLPRuleReasoner | Rule-based reasoner interface. |
| GoalResults | Part of the backward chaining rule interpreter. |
| GoalState | Represents the state in a traversal of all the solutions of a given goal. |
| GoalTable | Part of the backwared chaining rule interpreter. |
| OrigFBRuleInfGraph | An inference graph that uses a mixture of forward and backward chaining rules. |
| OrigFBRuleInfGraph.RuleStore | Structure used to wrap up pre-processed/compiled rule sets. |
| OWLExptRuleReasoner | A hybrid forward/backward implementation of the OWL closure rules - experimental variant. |
| OWLExptRuleReasonerFactory | Experimental change to the OWL hybrid rule reasoner. |
| OWLRuleReasoner | Deprecated. Obsoleted post jena2.0, replaced by com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasoner. |
| OWLRuleReasonerFactory | Deprecated. Obsoleted post jena2.0, replaced by com.hp.hpl.jena.reasoner.rulesys.OWLFBRuleReasonerFactory. |
| RuleInstance | Part of the backward chaining rule interpreter. |
| RuleState | Part of the backward chaining rule interpreter. |
| TestTrail | Test harness for the prototype binding trail implementation. |
| TopGoalIterator | Wraps up the backward chaining engine as an iterator-like object that can be used in InfGraphs to implement a "find" operation. |
| Trail | Representation of a trail of variable bindings. |
| Trail.TrailEntry | Inner class used to represent an entry on the binding trail. |
Package com.hp.hpl.jena.reasoner.rulesys.impl.oldCode Description
Internal implementation objects used by the rule system interpreters and compilers. Note that the class in here are not intended for general use. In particular, they are primarily stucts rather than correctly encasulated objects (i.e. they access each other's fields directly in some cases, instead of indirectly through accessor methods).
|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> impl >> [ oldCode overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||