Uses of Class
edu.nrao.sss.util.LogicalOperator

Packages that use LogicalOperator
edu.nrao.sss.util Utility classes that are independent of any particular data model. 
 

Uses of LogicalOperator in edu.nrao.sss.util
 

Methods in edu.nrao.sss.util that return LogicalOperator
static LogicalOperator LogicalOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperator[] LogicalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.util with parameters of type LogicalOperator
 void CompoundFilter.setOperator(LogicalOperator newOperator)
          Sets the operator to use when joining the component filters of this compound filter.
 

Constructors in edu.nrao.sss.util with parameters of type LogicalOperator
CompoundFilter(Collection<? extends Filter<T>> filters, LogicalOperator operator)
          Creates a new compound filter with the given features.
 



Copyright © 2009. All Rights Reserved.