Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

class.VersionsNull

Class "VersionsNull"


Description

A class used to represent the ‘version’ of unversioned objects. Useful primarily for method dispatch.

Methods

The following are defined; package developers may write additional methods.

new("VersionsNull", ...)

Create a new VersionsNull-class instance, ignoring any additional arguments.

show(object)

Display “No version”.

Author(s)

Biocore

See Also

Examples

obj <- new("VersionsNull")
obj

obj <- new("VersionsNull", A="1.0.0") # warning
obj

Biobase

Biobase: Base functions for Bioconductor

v2.50.0
Artistic-2.0
Authors
R. Gentleman, V. Carey, M. Morgan, S. Falcon
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.