AtomCategory: Atom Category class

AtomCategoryR Documentation

Atom Category class

Description

This class models an atom Category

Format

R6Class object.

Details

AtomCategory

Value

Object of R6Class for modelling an Atom Category

Super classes

atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> AtomCategory

Public fields

attrs

attrs

value

value

Methods

Public methods

Inherited methods

Method new()

Initializes an AtomCategory

Usage
AtomCategory$new(
  xml = NULL,
  value = NULL,
  term = NULL,
  scheme = NULL,
  label = NULL
)
Arguments
xml

object of class XMLInternalNode-class from XML

value

value

term

term

scheme

scheme

label

label


Method setTerm()

Set term

Usage
AtomCategory$setTerm(term)
Arguments
term

term


Method setScheme()

Set scheme

Usage
AtomCategory$setScheme(scheme)
Arguments
scheme

scheme


Method setLabel()

Set label

Usage
AtomCategory$setLabel(label)
Arguments
label

label


Method clone()

The objects of this class are cloneable with this method.

Usage
AtomCategory$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


atom4R documentation built on Nov. 18, 2022, 5:06 p.m.