Uses of Class
org.z3950.zing.cql.ModifierSet

Uses of ModifierSet in org.z3950.zing.cql
 

Methods in org.z3950.zing.cql that return types with arguments of type ModifierSet
 List<ModifierSet> CQLSortNode.getSortIndexes()
           
 

Methods in org.z3950.zing.cql with parameters of type ModifierSet
 void CQLSortNode.addSortIndex(ModifierSet key)
           
 

Constructors in org.z3950.zing.cql with parameters of type ModifierSet
CQLAndNode(CQLNode left, CQLNode right, ModifierSet ms)
          Creates a new AND node with the specified left- and right-hand sides and modifiers.
CQLBooleanNode(CQLNode left, CQLNode right, ModifierSet ms)
           
CQLNotNode(CQLNode left, CQLNode right, ModifierSet ms)
          Creates a new NOT node with the specified left- and right-hand sides and modifiers.
CQLOrNode(CQLNode left, CQLNode right, ModifierSet ms)
          Creates a new OR node with the specified left- and right-hand sides and modifiers.
CQLProxNode(CQLNode left, CQLNode right, ModifierSet ms)
          Creates a new PROX node with the specified left- and right-hand sides and modifiers.
 



Copyright © 2008-2014 Index Data. All Rights Reserved.