C# Class BSky.Statistics.R.RService

Show file Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Methods

Method Description
AddGraphicsDevice ( string DeviceName, object Device ) : void
Close ( ) : void
Dispose ( ) : void
EvaluateNoReturn ( string commandString ) : string
EvaluateToObject ( string commandString, bool hasReturn ) : object
EvaluateToString ( string commandString ) : string
EvaluateToSymExp ( string commandString ) : SymbolicExpression
EvaluateToUAReturn ( string commandString ) : UAReturn
EvaluateToXml ( string commandString ) : XmlDocument
GetDataFrame ( string dsname ) : DataFrame
GetErrorText ( ) : string
GetReturnValues ( string objname ) : object
GetRow ( string command ) : string[]
IsLoaded ( string Package ) : bool
ParseToXmlDocument ( string objectName ) : XmlDocument
ParseToXmlNode ( XmlNode parent, string objectName ) : void
ParseUASummary ( XmlNode parent, string objectName ) : void
RService ( ) : System
RawEvaluate ( string command ) : object
RawEvaluateGetstring ( string command ) : string
SetVariable ( string VariableName, string command ) : bool
SyntaxEditorEvaluateToObject ( string commandString, bool hasReturn, bool hasUAReturn ) : object
SyntaxEditorEvaluateToObject_old ( string commandString, bool hasReturn, bool hasUAReturn ) : object

Syntax Editor will use this

Private Methods

Method Description
CreateTableRowColumnHeaders ( string objectName, XmlNode thisNode, string classtype = "" ) : void
CreateTableRowColumnHeadersOld ( string objectName, XmlNode thisNode, string classtype = "" ) : void
GenerateSlicenameAndRowColHeaders ( string objectName, XmlNode thisNode ) : void
InterpretReturn ( object objRtr, string Command ) : string
ParseObjectToXmlNode ( XmlNode parent, object objectName ) : void
getElementTypeName ( UADataType dataType ) : string
getUADataTypeFromName ( string typeName ) : UADataType

Method Details

AddGraphicsDevice() public method

public AddGraphicsDevice ( string DeviceName, object Device ) : void
DeviceName string
Device object
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EvaluateNoReturn() public method

public EvaluateNoReturn ( string commandString ) : string
commandString string
return string

EvaluateToObject() public method

public EvaluateToObject ( string commandString, bool hasReturn ) : object
commandString string
hasReturn bool
return object

EvaluateToString() public method

public EvaluateToString ( string commandString ) : string
commandString string
return string

EvaluateToSymExp() public method

public EvaluateToSymExp ( string commandString ) : SymbolicExpression
commandString string
return SymbolicExpression

EvaluateToUAReturn() public method

public EvaluateToUAReturn ( string commandString ) : UAReturn
commandString string
return BSky.Statistics.Common.UAReturn

EvaluateToXml() public method

public EvaluateToXml ( string commandString ) : XmlDocument
commandString string
return System.Xml.XmlDocument

GetDataFrame() public method

public GetDataFrame ( string dsname ) : DataFrame
dsname string
return DataFrame

GetErrorText() public method

public GetErrorText ( ) : string
return string

GetReturnValues() public method

public GetReturnValues ( string objname ) : object
objname string
return object

GetRow() public method

public GetRow ( string command ) : string[]
command string
return string[]

IsLoaded() public method

public IsLoaded ( string Package ) : bool
Package string
return bool

ParseToXmlDocument() public method

public ParseToXmlDocument ( string objectName ) : XmlDocument
objectName string
return System.Xml.XmlDocument

ParseToXmlNode() public method

public ParseToXmlNode ( XmlNode parent, string objectName ) : void
parent System.Xml.XmlNode
objectName string
return void

ParseUASummary() public method

public ParseUASummary ( XmlNode parent, string objectName ) : void
parent System.Xml.XmlNode
objectName string
return void

RService() public method

public RService ( ) : System
return System

RawEvaluate() public method

public RawEvaluate ( string command ) : object
command string
return object

RawEvaluateGetstring() public method

public RawEvaluateGetstring ( string command ) : string
command string
return string

SetVariable() public method

public SetVariable ( string VariableName, string command ) : bool
VariableName string
command string
return bool

SyntaxEditorEvaluateToObject() public method

public SyntaxEditorEvaluateToObject ( string commandString, bool hasReturn, bool hasUAReturn ) : object
commandString string
hasReturn bool
hasUAReturn bool
return object

SyntaxEditorEvaluateToObject_old() public method

Syntax Editor will use this
public SyntaxEditorEvaluateToObject_old ( string commandString, bool hasReturn, bool hasUAReturn ) : object
commandString string
hasReturn bool
hasUAReturn bool
return object