public abstract class AbstractChartsProducer extends StandardLocalExternalAlgorithm
| Modifier and Type | Field and Description |
|---|---|
boolean |
displaycharts |
HashMap<String,Image> |
producedImages |
config, inputs, outputParameters, resourceManager, status| Constructor and Description |
|---|
AbstractChartsProducer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Image[] |
createCharts(String[] dimensions,
String quantity,
String time,
List<Object> rows,
boolean displaychart) |
abstract String |
getDescription() |
String[] |
getDimensions() |
StatisticalType |
getOutput() |
String[] |
getQuantities() |
String |
getTimeDimension() |
String |
InfoRetrievalQuery(String table,
String[] dimensions,
String quantity,
String time) |
void |
init() |
protected void |
process() |
protected abstract void |
setInputParameters() |
void |
shutdown() |
addDoubleInput, addEnumerateInput, addIntegerInput, addOutputString, addRemoteDatabaseInput, addStringInput, compute, getInfrastructure, getInputParameter, getInputParameters, getResourceLoad, getResources, getStatus, log, setConfigurationprotected abstract void setInputParameters()
setInputParameters in class StandardLocalExternalAlgorithmpublic StatisticalType getOutput()
getOutput in interface ComputationalAgentgetOutput in class StandardLocalExternalAlgorithmpublic void init()
throws Exception
init in interface ComputationalAgentinit in class StandardLocalExternalAlgorithmExceptionpublic abstract String getDescription()
getDescription in interface ComputationalAgentgetDescription in class StandardLocalExternalAlgorithmpublic String[] getDimensions()
public String[] getQuantities()
public String getTimeDimension()
public String InfoRetrievalQuery(String table, String[] dimensions, String quantity, String time)
protected void process()
throws Exception
process in class StandardLocalExternalAlgorithmExceptionpublic abstract Image[] createCharts(String[] dimensions, String quantity, String time, List<Object> rows, boolean displaychart)
public void shutdown()
shutdown in interface ComputationalAgentshutdown in class StandardLocalExternalAlgorithmCopyright © 2015. All Rights Reserved.