Class "NeosAns"
Objects of this class contain the returned results from NEOS as well as information on which kind of query has been sent and how it was sent. 1.1
class
Objects can be created by calls of the form new("NeosAns", ...)
or more conveniently by calling the relevant R API functions.
ans
:: Object of class "character"
: The returned XML-RPC of NEOS as character string.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.signature(object = "NeosAns")
: Returns the converted slot ans
from an object of class NeosAns
.NEOS API: https://neos-server.org/neos/xml-rpc.html
Bernhard Pfaff
NeosComm
showClass("NeosAns")
Useful links