Learn R Programming

atom4R (version 0.3-4)

AtomNamespace: AtomNamespace

Description

AtomNamespace

AtomNamespace

Arguments

Value

Object of R6Class for modelling an Atom Namespace

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

id

id

uri

uri

Methods


Method new()

Initializes an AtomNamespace

Usage

AtomNamespace$new(id, uri)

Arguments

id

id

uri

uri


Method getDefinition()

Get definition

Usage

AtomNamespace$getDefinition()

Returns

a named list defining the namespace


Method clone()

The objects of this class are cloneable with this method.

Usage

AtomNamespace$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.