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, OccurrencePointsSubtraction, QueryExecutor, SimpleModeler, TestTrans, XMeansWrapper

public interface ComputationalAgent


Method Summary
 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()
           
 

Method Detail

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.