| Line 17... |
Line 17... |
| 17 |
from direct calls and from the \code{contains=} information in a call to \code{\link{setClass}}, and from class unions created by \code{\link{setClassUnion}}.
|
17 |
from direct calls and from the \code{contains=} information in a call to \code{\link{setClass}}, and from class unions created by \code{\link{setClassUnion}}.
|
| 18 |
In the last case, the information is stored in defining the \emph{subclasses} of the union class (allowing unions to contain sealed classes).
|
18 |
In the last case, the information is stored in defining the \emph{subclasses} of the union class (allowing unions to contain sealed classes).
|
| 19 |
}
|
19 |
}
|
| 20 |
\section{Slots}{
|
20 |
\section{Slots}{
|
| 21 |
\describe{
|
21 |
\describe{
|
| 22 |
\item{\code{subClass,superClass}:}{The classes being extended:
|
22 |
\item{\code{subClass}, \code{superClass}:}{The classes being
|
| 23 |
corresponding to the \code{from}, and \code{to} arguments to \code{\link{setIs}}. }
|
23 |
extended: corresponding to the \code{from}, and \code{to}
|
| - |
|
24 |
arguments to \code{\link{setIs}}. }
|
| 24 |
\item{\code{package}:}{The package to which that class belongs. }
|
25 |
\item{\code{package}:}{The package to which that class belongs. }
|
| 25 |
\item{\code{coerce}:}{A function to carry out the as() computation
|
26 |
\item{\code{coerce}:}{A function to carry out the as() computation
|
| 26 |
implied by the relation. Note that these functions should
|
27 |
implied by the relation. Note that these functions should
|
| 27 |
\emph{not} be used directly. They only deal with the
|
28 |
\emph{not} be used directly. They only deal with the
|
| 28 |
\code{strict=TRUE} calls to the \code{\link{as}} function, with
|
29 |
\code{strict=TRUE} calls to the \code{\link{as}} function, with
|