ISOMDFeatureCatalogue

ISOMDFeatureCatalogue

Format

R6Class object.

Value

Object of R6Class for modelling a ISO feature catalogue

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

featureCatalogue

featureCatalogue [1..*] : ISOAbstractFeatureCatalogue

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOMDFeatureCatalogue$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method addFeatureCatalogue()

Adds feature catalogue

Usage

ISOMDFeatureCatalogue$addFeatureCatalogue(featureCatalogue)

Arguments

featureCatalogue

object inheriting class ISOAbstractFeatureCatalogue

Returns

TRUE if added, FALSe otherwise


Method delFeatureCatalogue()

Adds feature catalogue

Usage

ISOMDFeatureCatalogue$delFeatureCatalogue(featureCatalogue)

Arguments

featureCatalogue

object inheriting class ISOAbstractFeatureCatalogue

Returns

TRUE if deleted, FALSe otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOMDFeatureCatalogue$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.