Description Value Methods Arguments
This class inherits all fields and functions from Parameter and augments this class for
managing a value. This includes getter/setter, validation and serilization. Since this is the parent class
for the type specific argument classes the inheriting classes implement their own version of the private
functions $typeCheck() and $typeSerialization().
Object of R6Class which represents an argument.
$setValue(value)Assigns a value for this argument
$getValue()Returns the value of this argument
$serialize()returns a list representation of a openEO argument
$validate()return TRUE if the parameter is validated positively by the type check
$isEmpty()returns TRUE if the value is set
$getProcess()returns the process to which this parameter belongs to
$setProcess(p)sets the owning process for this parameter
valueThe value for this argument.
pAn object of class 'Process' or inheriting like 'ProcessNode'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.