public class SimplePlottableClient extends java.lang.Object implements TestingClient
Modifier and Type | Field and Description |
---|---|
protected PlottableDCOperations |
plottableDC |
Constructor and Description |
---|
SimplePlottableClient() |
Modifier and Type | Method and Description |
---|---|
RequestFilter |
createLast24HoursRF() |
void |
exercise() |
static void |
main(java.lang.String[] args) |
void |
printPlotResults(Plottable[] plots) |
void |
retrieve_plottables() |
Plottable[] |
retrieve_plottables(boolean verbose) |
protected PlottableDCOperations plottableDC
public void exercise()
exercise
in interface TestingClient
public void retrieve_plottables()
public Plottable[] retrieve_plottables(boolean verbose)
public void printPlotResults(Plottable[] plots)
public RequestFilter createLast24HoursRF()
public static void main(java.lang.String[] args)