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
 java.util.HashSet<ConjunctiveQuery> MarkovLogicNetwork.dedupalogRules
           
 

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
 

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