| Line 11... |
Line 11... |
| 11 |
Objects from this class are generated by \code{\link{setIs}}, both
|
11 |
Objects from this class are generated by \code{\link{setIs}}, both
|
| 12 |
from direct calls .
|
12 |
from direct calls .
|
| 13 |
}
|
13 |
}
|
| 14 |
\section{Slots}{
|
14 |
\section{Slots}{
|
| 15 |
\describe{
|
15 |
\describe{
|
| 16 |
\item{\code{superClass}:}{The name of the class being extended. }
|
16 |
\item{\code{subClass,superClass}:}{The classes being extended:
|
| - |
|
17 |
corresponding to the \code{from}, and \code{to} arguments to \code{\link{setIs}}. }
|
| 17 |
\item{\code{package}:}{The package to which that class belongs. }
|
18 |
\item{\code{package}:}{The package to which that class belongs. }
|
| 18 |
\item{\code{coerce}:}{A function to carry out the as() computation
|
19 |
\item{\code{coerce}:}{A function to carry out the as() computation
|
| 19 |
implied by the relation. Note that these functions should
|
20 |
implied by the relation. Note that these functions should
|
| 20 |
\emph{not} be used directly. They only deal with the
|
21 |
\emph{not} be used directly. They only deal with the
|
| 21 |
\code{strict=TRUE} calls to the \code{\link{as}} function, with
|
22 |
\code{strict=TRUE} calls to the \code{\link{as}} function, with
|