NeosOff-class {rneos} | R Documentation |
Class "NeosOff"
Description
Objects of this class contain among other slots the partial result and the offset.
Objects from the Class
Objects can be created by calls of the form new("NeosOff", ...)
.
Slots
ans
:Object of class
"character"
: The partial result returned from NEOS.offset
:Object of class
"integer"
: The integer offset until the results have been returned.jobnumber
:Object of class
"numeric"
: The returned job number.password
:Object of class
"character"
: The returned pass word.method
:Object of class
"character"
: The name of the called API function.call
:Object of class
"call"
: The call to the generating function of the object.nc
:Object of class
"NeosComm"
: The NeosComm object that has been used in the request to NEOS.
Methods
- update
Updates an object of class
NeosOff
.
Author(s)
Bernhard Pfaff
References
NEOS API: https://neos-server.org/neos/xml-rpc.html
Examples
showClass("NeosOff")
[Package rneos version 0.4-0 Index]