Uses of Package
com.bigdata.rdf.rules

Packages that use com.bigdata.rdf.rules
com.bigdata.rdf.inf This package provides an eager closure inference engine for most of the RDF and RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass, and owl:equivilentProperty. 
com.bigdata.rdf.rules   
com.bigdata.rdf.sail This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. 
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
 

Classes in com.bigdata.rdf.rules used by com.bigdata.rdf.inf
InferenceEngine
          Flyweight object encapsulates some configuration state and provides methods to compute or update the closure of the database.
 

Classes in com.bigdata.rdf.rules used by com.bigdata.rdf.rules
AbstractRuleDistinctTermScan
          Base class for rules having a single predicate that is none bound in the tail and a single variable in the head.
AbstractRuleFastClosure_11_13
          Rule for steps 11 and 13 of the "fast closure" method.
AbstractRuleFastClosure_3_5_6_7_9
          Rule used in steps 3, 5, 6, 7, and 9 of the fast forward closure program.
AbstractRuleFastClosure_5_6_7_9
           
BaseClosure
          Base class for classes that provide closure programs.
DoNotAddFilter
          Filter keeps matched triple patterns generated OUT of the database.
FastClosure
          Fast forward closure of the store based on "An approach to RDF(S) Query, Manipulation and Inference on Databases" by Lu, Yu, Tu, Lin, and Zhang.
MappedProgram
          Program automatically maps the rules added across the combination of the database (the relation named on the rule) and the focusStore.
RDFJoinNexusFactory
          Factory for RDFJoinNexus objects.
RejectAnythingSameAsItself
          Rejects (x y z) iff x==z and y==owl:sameAs, where x, y, and z are variables.
RuleContextEnum
           Type-safe enumeration capturing the primary uses cases for rule execution.
TMUtility
          A utility class for performing rule re-writes for RDF truth maintenance using a "focusStore" in addition to the primary database.
 

Classes in com.bigdata.rdf.rules used by com.bigdata.rdf.sail
InferenceEngine
          Flyweight object encapsulates some configuration state and provides methods to compute or update the closure of the database.
InferenceEngine.Options
          Options for the InferenceEngine.
 

Classes in com.bigdata.rdf.rules used by com.bigdata.rdf.store
BaseClosure
          Base class for classes that provide closure programs.
InferenceEngine
          Flyweight object encapsulates some configuration state and provides methods to compute or update the closure of the database.
InferenceEngine.Options
          Options for the InferenceEngine.
RuleContextEnum
           Type-safe enumeration capturing the primary uses cases for rule execution.
 



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