CloudSystem | R Documentation |
CloudSystem
CloudSystem
R6Class
object.
Object of R6Class
for modelling an CloudSystem
id
system identifier
handler
system handler
new()
Initialize a cloud system
CloudSystem$new(id, handler)
id
cloud system identifier
handler
cloud system function handler
getId()
Get Id
CloudSystem$getId()
the system identifier
getHandler()
Get system handler
CloudSystem$getHandler()
the system handler
clone()
The objects of this class are cloneable with this method.
CloudSystem$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.