Uses of Interface
com.bigdata.relation.rule.IProgram

Packages that use IProgram
com.bigdata.rdf.rules   
com.bigdata.relation.rule This package includes an abstraction layer for rules. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
 

Uses of IProgram in com.bigdata.rdf.rules
 

Classes in com.bigdata.rdf.rules that implement IProgram
 class MappedProgram
          Program automatically maps the rules added across the combination of the database (the relation named on the rule) and the focusStore.
 

Methods in com.bigdata.rdf.rules with parameters of type IProgram
 Program TMUtility.mapProgramForTruthMaintenance(IProgram program, String focusStore)
          Map a IProgram for truth maintenance.
 

Uses of IProgram in com.bigdata.relation.rule
 

Classes in com.bigdata.relation.rule that implement IProgram
 class Program
          Mutable program may be used to create a variety of rule executions.
 

Uses of IProgram in com.bigdata.relation.rule.eval
 

Methods in com.bigdata.relation.rule.eval with parameters of type IProgram
protected  RuleStats ProgramTask.executeClosure(IProgram program)
          Computes the closure of a set of IRules until the relation(s) on which they are writing reach a "fixed point".
protected  RuleStats ProgramTask.executeProgramWithEmbeddedClosure(IProgram program)
          Execute an IProgram containing one or more sub-IProgram that are closure operations.
 



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