| Line 6... |
Line 6... |
| 6 |
relationship; lists of these objects are used to represent all the
|
6 |
relationship; lists of these objects are used to represent all the
|
| 7 |
extensions (superclasses) and subclasses for a given class. The
|
7 |
extensions (superclasses) and subclasses for a given class. The
|
| 8 |
object contains information about how the relation is defined and
|
8 |
object contains information about how the relation is defined and
|
| 9 |
methods to coerce, test, and replace correspondingly. }
|
9 |
methods to coerce, test, and replace correspondingly. }
|
| 10 |
\section{Objects from the Class}{
|
10 |
\section{Objects from the Class}{
|
| 11 |
Objects from this class are generated by \code{\link{setIs}}, both
|
11 |
Objects from this class are generated by \code{\link{setIs}},
|
| - |
|
12 |
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}}.
|
| 12 |
from direct calls .
|
13 |
In the last case, the information is stored in defining the \emph{subclasses} of the union class (allowing unions to contain sealed classes).
|
| 13 |
}
|
14 |
}
|
| 14 |
\section{Slots}{
|
15 |
\section{Slots}{
|
| 15 |
\describe{
|
16 |
\describe{
|
| 16 |
\item{\code{subClass,superClass}:}{The classes being extended:
|
17 |
\item{\code{subClass,superClass}:}{The classes being extended:
|
| 17 |
corresponding to the \code{from}, and \code{to} arguments to \code{\link{setIs}}. }
|
18 |
corresponding to the \code{from}, and \code{to} arguments to \code{\link{setIs}}. }
|