mtkProcess
classmtkProcess
is a class to represent the processes managed within the workflow. It provides
a generic mechanism for conceptualizing the common behavior of the processes used in experimental design, model simulation and sensitivity analysis.
mtkDesigner
,mtkEvaluator
, mtkAnalyser
mtkProcess
name
:character
) a string to name the step of the analysis: "design", "evaluate" or "analyze".protocol
:character
) a string to name the protocol used to run the process: "http", "system", "R", etc.site
:character
) a string to indicate where the service is located: "mtk", URI, etc.service
:character
) a string to name the service to invoke.parameters
:vector
) a vector of [mtkParameter
] containing the parameters to pass while calling the service.ready
:logical
) a logical to tell if the process is ready to run.state
:logical
) a logical to tell if the results produced by the process are available and ready to be consumed.result
:ANY
) a data holder to keep the results produced by the processsetName
getName
setParameters
getParameters
is.ready
setReady
is.ready
setReady
getResult
mtkResult
.getData
serializeOn
run
summary
print
plot
report
mtkProcess
class is a virtual class to manage the generic properties of processes involved in the "mtk" package. For details uses, see examples from help(mtkNativeDesigner)
, help(mtkNativeEvaluator)
, help(mtkNativeAnalyser)
, .mtk
, une bibliothèque R pour l'exploration numérique des modèles.
In: Analyse de sensibilité et exploration de modèles : Application aux sciences de la nature et de l'environnement
(R. Faivre, B. Iooss, S. Mahévas, D. Makowski, H. Monod, Eds). Editions Quae, Versailles.# see examples with help(mtkNativeDesigner)
Run the code above in your browser using DataLab