public class TestTrans extends Object implements Transducerer
Constructor and Description |
---|
TestTrans() |
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() |
public INFRASTRUCTURE getInfrastructure()
getInfrastructure
in interface ComputationalAgent
public void init() throws Exception
init
in interface ComputationalAgent
Exception
public void setConfiguration(AlgorithmConfiguration config)
setConfiguration
in interface ComputationalAgent
public void shutdown()
shutdown
in interface ComputationalAgent
public float getStatus()
getStatus
in interface ComputationalAgent
public String getDescription()
getDescription
in interface ComputationalAgent
public List<StatisticalType> getInputParameters()
getInputParameters
in interface ComputationalAgent
public StatisticalType getOutput()
getOutput
in interface ComputationalAgent
public void compute() throws Exception
compute
in interface ComputationalAgent
Exception
public String getResourceLoad()
getResourceLoad
in interface ComputationalAgent
public String getResources()
getResources
in interface ComputationalAgent
Copyright © 2017. All Rights Reserved.