The R Project SVN R

Rev

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

Rev 74363 Rev 81927
Line 94... Line 94...
94
 
94
 
95
For each slot and superclass, the existence of the specified class is
95
For each slot and superclass, the existence of the specified class is
96
checked.
96
checked.
97
For each slot, the object in the slot is tested for inheritance from
97
For each slot, the object in the slot is tested for inheritance from
98
the corresponding class.
98
the corresponding class.
99
If  \code{complete} is {TRUE},   \code{validObject} is called
99
If  \code{complete} is \code{TRUE},   \code{validObject} is called
100
recursively for the object in the slot.
100
recursively for the object in the slot.
101
 
101
 
102
Then, for each of the classes that this class
102
Then, for each of the classes that this class
103
  extends (the \sQuote{superclasses}), the explicit validity method of
103
  extends (the \sQuote{superclasses}), the explicit validity method of
104
  that class is called, if one exists.  Finally, the validity method of
104
  that class is called, if one exists.  Finally, the validity method of