Uses of Class
com.bigdata.relation.rule.Rule

Packages that use Rule
com.bigdata.rdf.rules   
 

Uses of Rule in com.bigdata.rdf.rules
 

Subclasses of Rule in com.bigdata.rdf.rules
 class AbstractRuleDistinctTermScan
          Base class for rules having a single predicate that is none bound in the tail and a single variable in the head.
 class AbstractRuleFastClosure_11_13
          Rule for steps 11 and 13 of the "fast closure" method.
 class AbstractRuleFastClosure_3_5_6_7_9
          Rule used in steps 3, 5, 6, 7, and 9 of the fast forward closure program.
 class AbstractRuleFastClosure_5_6_7_9
           
 class MatchRule
          Rule supporting AbstractTripleStore.match(Literal[], URI[], URI).
 class RuleFastClosure11
          Rule for step 11 of InferenceEngine#fastForwardClosure().
 class RuleFastClosure13
          Rule for step 13 of InferenceEngine#fastForwardClosure().
 class RuleFastClosure3
           
 class RuleFastClosure5
           
 class RuleFastClosure6
           
 class RuleFastClosure7
           
 class RuleFastClosure9
           
 class RuleOwlEquivalentClass
          owl:equivalentClass
 class RuleOwlEquivalentProperty
          owl:equivalentProperty
 class RuleOwlHasValue
          owl:hasValue
 class RuleOwlInverseOf1
          owl:inverseOf1
 class RuleOwlInverseOf2
          owl:inverseOf2
 class RuleOwlSameAs1
          owl:sameAs1
 class RuleOwlSameAs1b
          owl:sameAs1b
 class RuleOwlSameAs2
          owl:sameAs2
 class RuleOwlSameAs3
          owl:sameAs3
 class RuleOwlSymmetricProperty
          owl:SymmetricProperty
 class RuleOwlTransitiveProperty1
          owl:TransitiveProperty1
 class RuleOwlTransitiveProperty2
          owl:TransitiveProperty2
 class RuleRdf01
          rdf1:
 class RuleRdfs02
          rdfs2:
 class RuleRdfs03
          rdfs3:
 class RuleRdfs04a
          rdfs4a:
 class RuleRdfs04b
          rdfs4b:
 class RuleRdfs05
          rdfs5: this variant uses a nested subquery and may be safely used during truth maintenance.
 class RuleRdfs06
          rdfs6:
 class RuleRdfs07
          rdfs7:
 class RuleRdfs08
          rdfs8:
 class RuleRdfs09
          rdfs9:
 class RuleRdfs10
          rdfs10:
 class RuleRdfs11
          rdfs11: this variant uses a nested subquery and may be safely used during truth maintenance.
 class RuleRdfs12
          rdfs12:
 class RuleRdfs13
          rdfs13:
 class SampleRule
          If A is similar to B and both are of the same real type (not rdfs:Resource), then attach B's datatype properties (literals) to A as well.
 

Methods in com.bigdata.rdf.rules that return types with arguments of type Rule
 List<Rule> SampleClosure.getCustomRules(String relationName)
          Called once by super class during construction of inference program.
protected  List<Rule> BaseClosure.getCustomRules(String database)
          Allow subclasses of the fast and full closure programs to provide a set of custom rules that will be run towards the end of the standard closure program.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.