geoflow_right: Geoflow right class

geoflow_rightR Documentation

Geoflow right class

Description

This class models an right

Format

R6Class object.

Details

geoflow_right

Value

Object of R6Class for modelling an right

Public fields

key

right key

values

right values

Methods

Public methods


Method new()

Initializes an object of class geoflow_right

Usage
geoflow_right$new(str = NULL, kvp = NULL)
Arguments
str

character string to initialize from using key-based syntax

kvp

an object of class geoflow_kvp


Method setKey()

Sets key

Usage
geoflow_right$setKey(key)
Arguments
key

key


Method setValues()

Sets values

Usage
geoflow_right$setValues(values)
Arguments
values

values


Method clone()

The objects of this class are cloneable with this method.

Usage
geoflow_right$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

## Not run: 
  right <- geoflow_right$new()
  right$setKey("use")
  right$setValues("No restrictions")

## End(Not run)


geoflow documentation built on Dec. 12, 2025, 5:08 p.m.