Classes that inherit from this class are used to convert to R a server language object that is composed of named fields. The corresponding R object will have conversions for the fields that can be accessed with the "$" operator.
# S4 method for from_Server
initialize(.Object, ..., referenceClass = TRUE)# S4 method for from_Server
$(x, name)
# S4 method for from_Server
show(object)
arguments supplied automatically.
possible slots for subclasses
the object and the field name
an object from some server class, converted by the $Get() method
or an equivalent computation, such as supplying .get = TRUE to a proxy function
call.
initialize: performs some checks on the fields
$: extract a field. The name must match a field in the
data part.
show: automatic printing, currently just a list of field names.
serverClassthe name of the server language class
modulethe name of the server language module
languagethe name of the server language
fieldsthe names of the server language fields
datathe converted data for the server fields