Uses of Class
org.gcube.searchsystem.planning.maxsubtree.TreeTransformer.GCQLCondition

Packages that use TreeTransformer.GCQLCondition
org.gcube.searchsystem.planning.commonvocabulary   
org.gcube.searchsystem.planning.maxsubtree   
 

Uses of TreeTransformer.GCQLCondition in org.gcube.searchsystem.planning.commonvocabulary
 

Methods in org.gcube.searchsystem.planning.commonvocabulary with parameters of type TreeTransformer.GCQLCondition
static boolean IndexRelationCommonSemantics.examineCondition(TreeTransformer.GCQLCondition cond, AndTree result)
           
 

Method parameters in org.gcube.searchsystem.planning.commonvocabulary with type arguments of type TreeTransformer.GCQLCondition
static search.library.util.cql.query.tree.GCQLNode IndexRelationCommonSemantics.createGCQLNodeFromMatchedFactors(java.util.ArrayList<TreeTransformer.GCQLCondition> mFactors, java.util.HashMap<java.lang.String,java.util.HashSet<java.lang.String>> colLangs)
           
 

Uses of TreeTransformer.GCQLCondition in org.gcube.searchsystem.planning.maxsubtree
 

Methods in org.gcube.searchsystem.planning.maxsubtree that return types with arguments of type TreeTransformer.GCQLCondition
 java.util.ArrayList<TreeTransformer.GCQLCondition> AndTree.getConditions()
           
static java.util.ArrayList<java.util.Set<TreeTransformer.GCQLCondition>> TreeTransformer.pushNotDownOrUp(search.library.util.cql.query.tree.GCQLNode node, boolean revert)
           
 

Method parameters in org.gcube.searchsystem.planning.maxsubtree with type arguments of type TreeTransformer.GCQLCondition
 void AndTree.setConditions(java.util.ArrayList<TreeTransformer.GCQLCondition> conditions)