from_Server-class: A Class to Describe General Server Objects

Description Usage Arguments Methods (by generic) Slots

Description

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.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'from_Server'
initialize(.Object, ..., referenceClass = TRUE)

## S4 method for signature 'from_Server'
x$name

## S4 method for signature 'from_Server'
show(object)

Arguments

.Object, referenceClass

arguments supplied automatically.

...

possible slots for subclasses

x, name

the object and the field name

object

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.

Methods (by generic)

Slots

serverClass

the name of the server language class

module

the name of the server language module

language

the name of the server language

fields

the names of the server language fields

data

the converted data for the server fields


XR documentation built on May 2, 2019, 6:01 a.m.

Related to from_Server-class in XR...