The R Project SVN R

Rev

Rev 17376 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

\name{MethodsList-class}
\alias{MethodsList-class}
\docType{class}
\title{Class MethodsList, Representation of Methods for a Generic Function }
\description{ Objects from this class are generated and revised by the
  definition of methods for a generic function.}
\section{Creating Objects}{\code{
  new('MethodsList',
     methods     = ...., # Object of class list
     argument    = ...., # Object of class name
     allMethods  = ...., # Object of class list
     fromClass   = ...., # Object of class character
  )}}
\section{Slots}{
  \describe{
    \item{\code{methods}:}{Object of class \code{"list"} ~~ }
    \item{\code{argument}:}{Object of class \code{"name"} ~~ }
    \item{\code{allMethods}:}{Object of class \code{"list"} ~~ }
    \item{\code{fromClass}:}{Object of class \code{"character"} ~~ }
}}
\section{Extends}{
Class \code{"OptionalMethods"} directly.
}
\keyword{methods}