public interface ComputationalAgent
| 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() |
List<StatisticalType> getInputParameters()
String getResourceLoad()
String getResources()
float getStatus()
INFRASTRUCTURE getInfrastructure()
StatisticalType getOutput()
void setConfiguration(AlgorithmConfiguration config)
void shutdown()
String getDescription()
Copyright © 2015. All Rights Reserved.