C# 클래스 BSky.Statistics.R.RService

파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddGraphicsDevice() 공개 메소드

public AddGraphicsDevice ( string DeviceName, object Device ) : void
DeviceName string
Device object
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EvaluateNoReturn() 공개 메소드

public EvaluateNoReturn ( string commandString ) : string
commandString string
리턴 string

EvaluateToObject() 공개 메소드

public EvaluateToObject ( string commandString, bool hasReturn ) : object
commandString string
hasReturn bool
리턴 object

EvaluateToString() 공개 메소드

public EvaluateToString ( string commandString ) : string
commandString string
리턴 string

EvaluateToSymExp() 공개 메소드

public EvaluateToSymExp ( string commandString ) : SymbolicExpression
commandString string
리턴 SymbolicExpression

EvaluateToUAReturn() 공개 메소드

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

EvaluateToXml() 공개 메소드

public EvaluateToXml ( string commandString ) : XmlDocument
commandString string
리턴 System.Xml.XmlDocument

GetDataFrame() 공개 메소드

public GetDataFrame ( string dsname ) : DataFrame
dsname string
리턴 DataFrame

GetErrorText() 공개 메소드

public GetErrorText ( ) : string
리턴 string

GetReturnValues() 공개 메소드

public GetReturnValues ( string objname ) : object
objname string
리턴 object

GetRow() 공개 메소드

public GetRow ( string command ) : string[]
command string
리턴 string[]

IsLoaded() 공개 메소드

public IsLoaded ( string Package ) : bool
Package string
리턴 bool

ParseToXmlDocument() 공개 메소드

public ParseToXmlDocument ( string objectName ) : XmlDocument
objectName string
리턴 System.Xml.XmlDocument

ParseToXmlNode() 공개 메소드

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

ParseUASummary() 공개 메소드

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

RService() 공개 메소드

public RService ( ) : System
리턴 System

RawEvaluate() 공개 메소드

public RawEvaluate ( string command ) : object
command string
리턴 object

RawEvaluateGetstring() 공개 메소드

public RawEvaluateGetstring ( string command ) : string
command string
리턴 string

SetVariable() 공개 메소드

public SetVariable ( string VariableName, string command ) : bool
VariableName string
command string
리턴 bool

SyntaxEditorEvaluateToObject() 공개 메소드

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

SyntaxEditorEvaluateToObject_old() 공개 메소드

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