org.gcube.dataanalysis.ecoengine.interfaces
Interface ComputationalAgent
- All Known Subinterfaces:
- Clusterer, Evaluator, Generator, Modeler, Transducerer
- All Known Implementing Classes:
- BioClimateHCAFTransducer, BioClimateHSPECTransducer, BioClimateHSPENTransducer, DataAnalysis, DBScan, DiscrepancyAnalysis, DistributionQualityAnalysis, HabitatRepresentativeness, HcafFilter, HspenFilter, InterpolationTransducer, KMeans, LocalSimpleSplitGenerator, LocalSplitGenerator, MarineAbsencePointsFromAquamapsDistribution, MarinePresencePoints, OccurrencePointsDuplicatesDeleter, OccurrencePointsInSeaOnEarth, OccurrencePointsIntersector, OccurrencePointsMerger, QueryExecutor, SimpleModeler, TestTrans, XMeansWrapper
public interface ComputationalAgent
getInputParameters
List<StatisticalType> getInputParameters()
getResourceLoad
String getResourceLoad()
getResources
String getResources()
getStatus
float getStatus()
getInfrastructure
INFRASTRUCTURE getInfrastructure()
getOutput
StatisticalType getOutput()
init
void init()
throws Exception
- Throws:
Exception
setConfiguration
void setConfiguration(AlgorithmConfiguration config)
shutdown
void shutdown()
getDescription
String getDescription()
compute
void compute()
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.