SCOMNamedFunctionClass {RDCOMServer}R Documentation

Constructor for describing a named function COM server

Description

This is a constructor function for creating SCOMNamedFunctionClass objects describing a COM class that is implemented by named S functions.

Usage

SCOMNamedFunctionClass(functions, name, ..., propertyNames = character(0), help = "", def = new("SCOMNamedFunctionClass"))

Arguments

functions
name the name of the COM class
... arbitrary named values that are collected into a list and used as properties for each COM object of this class. These properties are local to each COM object.
propertyNames a character vector giving the names of S variables that are to be treated as properties for the COM objects of this class. Note that these are shared across all COM objects.
help a string giving a brief description about this class that might be useful for a client.
def an instance of the target S class used to represent this definition. Rarely specified directly but mainly used for inheritance.

Value

An object of class SCOMNamedFunctionClass.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

http://www.omegahat.org/RDCOMServer

See Also

SCOMNamedFunctionDispatch createCOMObject

Examples



[Package Contents]