Learn R Programming

PTXQC (version 1.0.14)

CVDictionarySingleton: Define a Singleton class which can hold a CV dictionary (so we do not have to load the .obo files over and over again)

Description

Define a Singleton class which can hold a CV dictionary (so we do not have to load the .obo files over and over again)

Define a Singleton class which can hold a CV dictionary (so we do not have to load the .obo files over and over again)

Arguments

Super class

R6P::Singleton -> CVDictionarySingleton

Public fields

data

Stores the data of the singleton. Set the data once before using the singleton all over the place

Methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

CVDictionarySingleton$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.