NeosAns-class: Class "NeosAns"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

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.

Objects from the Class

Objects can be created by calls of the form new("NeosAns", ...) or more conveniently by calling the relevant R API functions.

Slots

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.

Methods

show

signature(object = "NeosAns"): Returns the converted slot ans from an object of class NeosAns.

Author(s)

Bernhard Pfaff

References

NEOS API: https://neos-server.org/neos/xml-rpc.html

See Also

NeosComm

Examples

1
showClass("NeosAns")

rneos documentation built on April 23, 2020, 9:05 a.m.

Related to NeosAns-class in rneos...