org.gcube.dataanalysis.ecoengine.interfaces
Interface Modeler

All Superinterfaces:
ComputationalAgent
All Known Implementing Classes:
SimpleModeler

public interface Modeler
extends ComputationalAgent


Method Summary
 INFRASTRUCTURE getInfrastructure()
           
 Model getModel()
           
 ALG_PROPS[] getSupportedModels()
           
 void model(AlgorithmConfiguration Input)
           
 void model(AlgorithmConfiguration Input, Model previousModel)
           
 void setmodel(Model model)
           
 void stop()
           
 
Methods inherited from interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgent
getInputParameters, getOutput, getResourceLoad, getResources, getStatus
 

Method Detail

getSupportedModels

ALG_PROPS[] getSupportedModels()

getInfrastructure

INFRASTRUCTURE getInfrastructure()
Specified by:
getInfrastructure in interface ComputationalAgent

setmodel

void setmodel(Model model)

model

void model(AlgorithmConfiguration Input,
           Model previousModel)

model

void model(AlgorithmConfiguration Input)

stop

void stop()

getModel

Model getModel()


Copyright © 2012. All Rights Reserved.