genesym-class {GGBase}R Documentation

Class "genesym" and other casting classes

Description

classes that help establish symbol semantics for dispatching

Objects from the Class

Objects can be created by calls of the form new("genesym", ...). and generally just extend character so that vector operations are straightforward

Slots

.Data:
Object of class "character" ~~

Extends

Class "character", from data part. Class "vector", by class "character", distance 2. Class "characterORMIAME", by class "character", distance 2.

Author(s)

VJ Carey <stvjc@channing.harvard.edu>

Examples

showClass("genesym")
genesym("CPNE1")

[Package GGBase version 2.0.4 Index]