| geoflow_process | R Documentation |
This class models an process
R6Class object.
geoflow_process
Object of R6Class for modelling an process
rationaleprocess rationale
descriptionprocess description
processorsobject of class list
new()Initializes the geoflow_process
geoflow_process$new()
setRationale()Set process rationale
geoflow_process$setRationale(rationale)
rationalethe process rationale
setDescription()Set process description
geoflow_process$setDescription(description)
descriptionSet the process description
addProcessor()Adds processor
geoflow_process$addProcessor(processor)
processor, object of class geoflow_contact
clone()The objects of this class are cloneable with this method.
geoflow_process$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
process <- geoflow_process$new()
process$setRationale("rationale")
process$setDescription("description")
processor <- geoflow_contact$new()
process$addProcessor(processor)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.