CloudSystem: CloudSystem

CloudSystemR Documentation

CloudSystem

Description

CloudSystem

CloudSystem

Format

R6Class object.

Value

Object of R6Class for modelling an CloudSystem

Public fields

id

system identifier

handler

system handler

Methods

Public methods


Method new()

Initialize a cloud system

Usage
CloudSystem$new(id, handler)
Arguments
id

cloud system identifier

handler

cloud system function handler


Method getId()

Get Id

Usage
CloudSystem$getId()
Returns

the system identifier


Method getHandler()

Get system handler

Usage
CloudSystem$getHandler()
Returns

the system handler


Method clone()

The objects of this class are cloneable with this method.

Usage
CloudSystem$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


eblondel/cloud4R documentation built on May 28, 2022, 7:21 p.m.