visad.data.fits
Class TourInspector

java.lang.Object
  extended by visad.data.fits.Tourist
      extended by visad.data.fits.TourInspector

public class TourInspector
extends Tourist


Constructor Summary
TourInspector(boolean replace)
           
 
Method Summary
 int getTotal()
           
 boolean visit(Function func, int depth)
           
 boolean visit(Scalar scalar, int depth)
           
 boolean visit(Set set, int depth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourInspector

public TourInspector(boolean replace)
Method Detail

visit

public boolean visit(Function func,
                     int depth)
              throws RemoteException,
                     VisADException
Overrides:
visit in class Tourist
Throws:
RemoteException
VisADException

visit

public boolean visit(Scalar scalar,
                     int depth)
              throws VisADException
Overrides:
visit in class Tourist
Throws:
VisADException

visit

public boolean visit(Set set,
                     int depth)
              throws VisADException
Overrides:
visit in class Tourist
Throws:
VisADException

getTotal

public int getTotal()