thredds.dqc
Class Selection

java.lang.Object
  extended by thredds.dqc.Selection

public abstract class Selection
extends java.lang.Object

Represents a single selection in a DQC query. The validity of a selection is determined by the corresponding DQC selector. User: edavis Date: Jan 22, 2004 Time: 11:15:26 PM


Field Summary
protected  Selector selector
           
 
Constructor Summary
protected Selection()
           
  Selection(Selector selector)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selector

protected Selector selector
Constructor Detail

Selection

protected Selection()

Selection

public Selection(Selector selector)