edu.sc.seis.fissuresUtil.simple
Class SimplePlottableClient

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.simple.SimplePlottableClient
All Implemented Interfaces:
TestingClient

public class SimplePlottableClient
extends java.lang.Object
implements TestingClient


Field Summary
protected  PlottableDCOperations plottableDC
           
 
Constructor Summary
SimplePlottableClient()
           
 
Method Summary
 RequestFilter createLast24HoursRF()
           
 void exercise()
           
static void main(java.lang.String[] args)
           
 void printPlotResults(Plottable[] plots)
           
 void retrieve_plottables()
           
 Plottable[] retrieve_plottables(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plottableDC

protected PlottableDCOperations plottableDC
Constructor Detail

SimplePlottableClient

public SimplePlottableClient()
Method Detail

exercise

public void exercise()
Specified by:
exercise in interface TestingClient

retrieve_plottables

public void retrieve_plottables()

retrieve_plottables

public Plottable[] retrieve_plottables(boolean verbose)

printPlotResults

public void printPlotResults(Plottable[] plots)

createLast24HoursRF

public RequestFilter createLast24HoursRF()

main

public static void main(java.lang.String[] args)