|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BRWRule | |
com.hp.hpl.jena.reasoner.rdfsReasoner1 | This package contains an example RDFS reasoner. |
Uses of BRWRule in com.hp.hpl.jena.reasoner.rdfsReasoner1 |
Subclasses of BRWRule in com.hp.hpl.jena.reasoner.rdfsReasoner1 | |
class |
PropertyBRWRule
A special case of a backchaing rule to handle the nasty case of "anything mentioned in predicated position is a Property". |
class |
ResourceBRWRule
A special case of a backchaing rule to handle the nasty case of "anything mentioned in any triple is a Resource". |
Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 that return BRWRule | |
static BRWRule |
BRWRule.makeRule(java.lang.String rulespec)
Factory method that builds a rule instance by parsing a simple string representation of the form: ? |
Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 with parameters of type BRWRule | |
void |
RDFSInfGraph.addBRule(BRWRule rule)
Add a new backchaining rule into the rule set. |
void |
PatternRouter.register(BRWRule rule)
Register a backward rewrite rule |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |