class.VersionsNull: Class "VersionsNull"

Description Methods Author(s) See Also Examples

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

classVersion

Examples

1
2
3
4
5
obj <- new("VersionsNull")
obj

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

Biobase documentation built on Nov. 8, 2020, 6:52 p.m.