CalculationStatus Class
An R6Class generator object
statuscharacter [optional]
pointsinteger [optional]
panamed list( CalculationUnitStatus ) [optional]
sparnamed list( CalculationUnitStatus ) [optional]
vaultnamed list( CalculationUnitStatus ) [optional]
new()CalculationStatus$new( status = NULL, points = NULL, pa = NULL, spar = NULL, vault = NULL, ... )
toJSON()CalculationStatus$toJSON()
fromJSON()CalculationStatus$fromJSON(CalculationStatusJson)
toJSONString()CalculationStatus$toJSONString()
fromJSONString()CalculationStatus$fromJSONString(CalculationStatusJson)
clone()The objects of this class are cloneable with this method.
CalculationStatus$clone(deep = FALSE)
deepWhether to make a deep clone.