NeosOff-class {rneos} | R Documentation |
Objects of this class contain among other slots the partial result and the offset.
Objects can be created by calls of the form new("NeosOff", ...)
.
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.
Updates an object of class NeosOff
.
Bernhard Pfaff
NEOS API: https://neos-server.org/neos/xml-rpc.html
showClass("NeosOff")