ISOAbstractMetaquality

ISOAbstractMetaquality

Format

R6Class object.

Value

Object of R6Class for modelling an ISO abstract meta quality

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

relatedElement

relatedElement [0..*]: ISODataQualityAbstractElement

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOAbstractMetaquality$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method addRelatedElement()

Adds related element

Usage

ISOAbstractMetaquality$addRelatedElement(element)

Arguments

element

object of class ISODataQualityAbstractElement

Returns

TRUE if added, FALSE otherwise


Method delRelatedElement()

Deletes related element

Usage

ISOAbstractMetaquality$delRelatedElement(element)

Arguments

element

object of class ISODataQualityAbstractElement

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOAbstractMetaquality$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.