Uses of Interface
edu.nrao.sss.util.Filter

Packages that use Filter
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.util Utility classes that are independent of any particular data model. 
 

Uses of Filter in edu.nrao.sss.astronomy
 

Classes in edu.nrao.sss.astronomy that implement Filter
 class SkyPositionFilter
          A filter that operates on SkyPositions.
 

Uses of Filter in edu.nrao.sss.util
 

Classes in edu.nrao.sss.util that implement Filter
 class CompoundFilter<T>
          A filter that is composed of other filters.
 

Methods in edu.nrao.sss.util with parameters of type Filter
 CompoundFilter<T> CompoundFilter.add(Filter<T> newFilter)
          Adds newFilter as a component of this compound filter.
 CompoundFilter<T> CompoundFilter.remove(Filter<T> unwantedFilter)
          The component filter to be removed from this compound filter.
 

Method parameters in edu.nrao.sss.util with type arguments of type Filter
 CompoundFilter<T> CompoundFilter.addAll(Collection<? extends Filter<T>> newFilters)
          Adds each of the filters in the collection as components of this compound filter.
 CompoundFilter<T> CompoundFilter.removeAll(Collection<? extends Filter<T>> unwantedFilters)
          The component filters to be removed from this compound filter.
 

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



Copyright © 2009. All Rights Reserved.