The R Project SVN R

Rev

Rev 23531 | Rev 42963 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23531 Rev 25118
Line 12... Line 12...
12
    \item{\code{slots}:}{A named list of the slots in this class; the
12
    \item{\code{slots}:}{A named list of the slots in this class; the
13
      elements of the list are the classes to which the slots must
13
      elements of the list are the classes to which the slots must
14
      belong (or extend), and the names of the list gives the
14
      belong (or extend), and the names of the list gives the
15
      corresponding slot names.}
15
      corresponding slot names.}
16
    \item{\code{contains}:}{A named list of the classes this class
16
    \item{\code{contains}:}{A named list of the classes this class
17
      ``contains''; the elements of the list are objects of
17
      \dQuote{contains}; the elements of the list are objects of
18
      \code{\link{SClassExtension-class}}. The list may be only the
18
      \code{\link{SClassExtension-class}}. The list may be only the
19
      direct extensions or all the currently known extensions (see the
19
      direct extensions or all the currently known extensions (see the
20
      details).}
20
      details).}
21
    \item{\code{virtual}:}{Logical flag, set to \code{TRUE} if this is
21
    \item{\code{virtual}:}{Logical flag, set to \code{TRUE} if this is
22
      a virtual class.}
22
      a virtual class.}