Uses of Class
tuffy.ra.ConjunctiveQuery.CLUSTERING_RULE_TYPE

Packages that use ConjunctiveQuery.CLUSTERING_RULE_TYPE
tuffy.ra Rich logic/relational constructs such as expressions and Datalog. 
 

Uses of ConjunctiveQuery.CLUSTERING_RULE_TYPE in tuffy.ra
 

Fields in tuffy.ra declared as ConjunctiveQuery.CLUSTERING_RULE_TYPE
 ConjunctiveQuery.CLUSTERING_RULE_TYPE ConjunctiveQuery.type
          Type used by CC.
 

Methods in tuffy.ra that return ConjunctiveQuery.CLUSTERING_RULE_TYPE
static ConjunctiveQuery.CLUSTERING_RULE_TYPE ConjunctiveQuery.CLUSTERING_RULE_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConjunctiveQuery.CLUSTERING_RULE_TYPE[] ConjunctiveQuery.CLUSTERING_RULE_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.