ExecutableProcess: Executable process

Description Super class Public fields Methods

Description

Executable process

Executable process

Super class

openEo.gdalcubes::Process -> ExecutableProcess

Public fields

job

Attached job to the process

Methods

Public methods

Inherited methods

Method new()

Initialize executable process

Usage
ExecutableProcess$new(
  id = NA,
  description = NA,
  parameters = NA,
  operation = NA,
  process = NULL
)
Arguments
id

Id or name of the proces

description

Shortly what the process does

parameters

Used parameters in the process

operation

Function that executes the process

process

Processes which will be executed


Method execute()

Run the operation including a generated list of parameters

Usage
ExecutableProcess$execute()

Method clone()

The objects of this class are cloneable with this method.

Usage
ExecutableProcess$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


ReneStalitza/openEo.gdalcubes documentation built on Feb. 12, 2021, 8:01 a.m.