org.gcube.dataanalysis.ecoengine.interfaces
Interface Modeler

All Superinterfaces:
ComputationalAgent
All Known Implementing Classes:
SimpleModeler

public interface Modeler
extends ComputationalAgent


Method Summary
 Model getModel()
           
 ALG_PROPS[] getSupportedModels()
           
 void model(Model previousModel)
           
 void setmodel(Model model)
           
 
Methods inherited from interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgent
compute, getDescription, getInfrastructure, getInputParameters, getOutput, getResourceLoad, getResources, getStatus, init, setConfiguration, shutdown
 

Method Detail

getSupportedModels

ALG_PROPS[] getSupportedModels()

getModel

Model getModel()

setmodel

void setmodel(Model model)

model

void model(Model previousModel)


Copyright © 2013. All Rights Reserved.