public class InterpolationTransducer extends Object implements Transducerer
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmConfiguration |
config |
protected InterpolateTables |
interp |
protected float |
status |
| Constructor and Description |
|---|
InterpolationTransducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
String |
getDescription() |
INFRASTRUCTURE |
getInfrastructure() |
List<StatisticalType> |
getInputParameters() |
StatisticalType |
getOutput() |
String |
getResourceLoad() |
String |
getResources() |
float |
getStatus() |
void |
init() |
void |
setConfiguration(AlgorithmConfiguration config) |
void |
shutdown() |
protected AlgorithmConfiguration config
protected InterpolateTables interp
protected float status
public INFRASTRUCTURE getInfrastructure()
getInfrastructure in interface ComputationalAgentpublic void init()
throws Exception
init in interface ComputationalAgentExceptionpublic void setConfiguration(AlgorithmConfiguration config)
setConfiguration in interface ComputationalAgentpublic void shutdown()
shutdown in interface ComputationalAgentpublic float getStatus()
getStatus in interface ComputationalAgentpublic String getDescription()
getDescription in interface ComputationalAgentpublic List<StatisticalType> getInputParameters()
getInputParameters in interface ComputationalAgentpublic StatisticalType getOutput()
getOutput in interface ComputationalAgentpublic void compute()
throws Exception
compute in interface ComputationalAgentExceptionpublic String getResourceLoad()
getResourceLoad in interface ComputationalAgentpublic String getResources()
getResources in interface ComputationalAgentCopyright © 2015. All Rights Reserved.