org.gcube.dataanalysis.ecoengine.interfaces
Interface ComputationalAgent

All Known Subinterfaces:
Evaluator, Generator, Modeler
All Known Implementing Classes:
DataAnalysis, DiscrepancyAnalysis, DistributionQualityAnalysis, HabitatRepresentativeness, LocalSimpleSplitGenerator, LocalSplitGenerator, SimpleModeler

public interface ComputationalAgent


Method Summary
 INFRASTRUCTURE getInfrastructure()
           
 List<StatisticalType> getInputParameters()
           
 StatisticalType getOutput()
           
 String getResourceLoad()
           
 String getResources()
           
 float getStatus()
           
 

Method Detail

getInputParameters

List<StatisticalType> getInputParameters()

getResourceLoad

String getResourceLoad()

getResources

String getResources()

getStatus

float getStatus()

getInfrastructure

INFRASTRUCTURE getInfrastructure()

getOutput

StatisticalType getOutput()


Copyright © 2012. All Rights Reserved.