org.gcube.dataanalysis.ecoengine.modeling
Class SimpleModeler

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.modeling.SimpleModeler
All Implemented Interfaces:
ComputationalAgent, Modeler

public class SimpleModeler
extends Object
implements Modeler


Constructor Summary
SimpleModeler()
           
 
Method Summary
 INFRASTRUCTURE getInfrastructure()
           
 List<StatisticalType> getInputParameters()
           
 Model getModel()
           
 StatisticalType getOutput()
           
 String getResourceLoad()
           
 String getResources()
           
 float getStatus()
           
 ALG_PROPS[] getSupportedModels()
           
 void model(AlgorithmConfiguration Input)
           
 void model(AlgorithmConfiguration Input, Model previousModel)
           
 void setmodel(Model model)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleModeler

public SimpleModeler()
Method Detail

model

public void model(AlgorithmConfiguration Input,
                  Model previousModel)
Specified by:
model in interface Modeler

model

public void model(AlgorithmConfiguration Input)
Specified by:
model in interface Modeler

getResourceLoad

public String getResourceLoad()
Specified by:
getResourceLoad in interface ComputationalAgent

getResources

public String getResources()
Specified by:
getResources in interface ComputationalAgent

getModel

public Model getModel()
Specified by:
getModel in interface Modeler

setmodel

public void setmodel(Model model)
Specified by:
setmodel in interface Modeler

getStatus

public float getStatus()
Specified by:
getStatus in interface ComputationalAgent

stop

public void stop()
Specified by:
stop in interface Modeler

getSupportedModels

public ALG_PROPS[] getSupportedModels()
Specified by:
getSupportedModels in interface Modeler

getInputParameters

public List<StatisticalType> getInputParameters()
Specified by:
getInputParameters in interface ComputationalAgent

getInfrastructure

public INFRASTRUCTURE getInfrastructure()
Specified by:
getInfrastructure in interface ComputationalAgent
Specified by:
getInfrastructure in interface Modeler

getOutput

public StatisticalType getOutput()
Specified by:
getOutput in interface ComputationalAgent


Copyright © 2012. All Rights Reserved.