public class SimpleModeler extends Object implements Modeler
| Modifier and Type | Field and Description |
|---|---|
protected Model |
innermodel |
protected AlgorithmConfiguration |
Input |
| Constructor and Description |
|---|
SimpleModeler() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
String |
getDescription() |
INFRASTRUCTURE |
getInfrastructure() |
List<StatisticalType> |
getInputParameters() |
Model |
getModel() |
StatisticalType |
getOutput() |
String |
getResourceLoad() |
String |
getResources() |
float |
getStatus() |
ALG_PROPS[] |
getSupportedModels() |
void |
init() |
void |
model(Model previousModel) |
void |
setConfiguration(AlgorithmConfiguration config) |
void |
setmodel(Model model) |
void |
shutdown() |
protected Model innermodel
protected AlgorithmConfiguration Input
public void compute()
throws Exception
compute in interface ComputationalAgentExceptionpublic String getResourceLoad()
getResourceLoad in interface ComputationalAgentpublic String getResources()
getResources in interface ComputationalAgentpublic float getStatus()
getStatus in interface ComputationalAgentpublic void shutdown()
shutdown in interface ComputationalAgentpublic ALG_PROPS[] getSupportedModels()
getSupportedModels in interface Modelerpublic List<StatisticalType> getInputParameters()
getInputParameters in interface AlgorithmDescriptorpublic INFRASTRUCTURE getInfrastructure()
getInfrastructure in interface ComputationalAgentpublic StatisticalType getOutput()
getOutput in interface AlgorithmDescriptorpublic void init()
throws Exception
init in interface ComputationalAgentExceptionpublic void setConfiguration(AlgorithmConfiguration config)
setConfiguration in interface ComputationalAgentpublic String getDescription()
getDescription in interface AlgorithmDescriptorCopyright © 2021. All Rights Reserved.