public abstract static class Charts.ExtractGraphDataWalker extends Object implements DataStorageWalker
| Constructor and Description |
|---|
Charts.ExtractGraphDataWalker() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getEcartData(String... tuple) |
protected abstract String |
getEstimationData(String... tuple) |
Map<Integer,Double[]> |
getGraphData() |
int |
getMaxYear() |
int |
getMinYear() |
int |
getMultiplicator() |
protected abstract String |
getYearData(String... tuple) |
boolean |
isIndicatorFound() |
void |
onRow(String... tuple)
Invoked for each row of the data storage.
|
public void onRow(String... tuple)
DataStorageWalkeronRow in interface DataStorageWalkertuple - the current rowpublic int getMultiplicator()
public int getMinYear()
public int getMaxYear()
public boolean isIndicatorFound()
Copyright © 2010–2015 Ifremer. All rights reserved.