Uses of Class
tuffy.ra.ConjunctiveQuery

Packages that use ConjunctiveQuery
tuffy.mln This package builds the data structure of MLN. 
tuffy.parse Provides parsers for MLN input, config files, and command line options. 
tuffy.ra Rich logic/relational constructs such as expressions and Datalog. 
 

Uses of ConjunctiveQuery in tuffy.mln
 

Fields in tuffy.mln with type parameters of type ConjunctiveQuery
(package private)  java.util.ArrayList<ConjunctiveQuery> MarkovLogicNetwork.datalogRules
           
 java.util.HashSet<ConjunctiveQuery> MarkovLogicNetwork.dedupalogRules
           
(package private)  java.util.ArrayList<ConjunctiveQuery> MarkovLogicNetwork.intermediateRules
           
(package private)  java.util.ArrayList<ConjunctiveQuery> MarkovLogicNetwork.postprocRules
           
private  java.util.HashMap<Predicate,java.util.ArrayList<ConjunctiveQuery>> MarkovLogicNetwork.scopes
           
private  java.util.ArrayList<ConjunctiveQuery> MarkovLogicNetwork.scopingRules
           
 

Methods in tuffy.mln that return types with arguments of type ConjunctiveQuery
 java.util.ArrayList<ConjunctiveQuery> MarkovLogicNetwork.getAllDatalogRules()
           
 

Methods in tuffy.mln with parameters of type ConjunctiveQuery
 void MarkovLogicNetwork.registerDatalogRule(ConjunctiveQuery cq)
          Add a datalog rule
 void MarkovLogicNetwork.registerIntermediateRule(ConjunctiveQuery cq)
           
 void MarkovLogicNetwork.registerPostprocRule(ConjunctiveQuery cq)
           
 void MarkovLogicNetwork.registerScopingRule(ConjunctiveQuery cq)
          Add a scoping rule
 

Uses of ConjunctiveQuery in tuffy.parse
 

Fields in tuffy.parse declared as ConjunctiveQuery
 ConjunctiveQuery MLNParser.datalogRule_return.cq
           
 ConjunctiveQuery MLNParser.scopingRule_return.cq
           
 

Uses of ConjunctiveQuery in tuffy.ra
 

Fields in tuffy.ra with type parameters of type ConjunctiveQuery
private static java.util.HashMap<java.lang.Integer,ConjunctiveQuery> ConjunctiveQuery.objMap
           
 

Methods in tuffy.ra that return ConjunctiveQuery
 ConjunctiveQuery ConjunctiveQuery.clone()
           
static ConjunctiveQuery ConjunctiveQuery.getCqById(int id)