C# 클래스 Mycroft.Cmd.Command

파일 보기 프로젝트 열기: rit-sse-mycroft/core 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( String input, AppInstance instance ) : Command

Parses a Mycroft command from a JSON object

VisitAppInstance ( AppInstance appInstance ) : void
VisitDispatcher ( Dispatcher dispatcher ) : void
VisitMessageArchive ( MessageArchive messageArchive ) : void
VisitRegistry ( Registry registry ) : void
VisitServer ( TcpServer server ) : void
getType ( string input ) : string

메소드 상세

Parse() 공개 정적인 메소드

Parses a Mycroft command from a JSON object
public static Parse ( String input, AppInstance instance ) : Command
input String
instance AppInstance
리턴 Command

VisitAppInstance() 공개 메소드

public VisitAppInstance ( AppInstance appInstance ) : void
appInstance AppInstance
리턴 void

VisitDispatcher() 공개 메소드

public VisitDispatcher ( Dispatcher dispatcher ) : void
dispatcher Dispatcher
리턴 void

VisitMessageArchive() 공개 메소드

public VisitMessageArchive ( MessageArchive messageArchive ) : void
messageArchive Mycroft.Cmd.Msg.MessageArchive
리턴 void

VisitRegistry() 공개 메소드

public VisitRegistry ( Registry registry ) : void
registry Mycroft.App.Registry
리턴 void

VisitServer() 공개 메소드

public VisitServer ( TcpServer server ) : void
server Mycroft.Server.TcpServer
리턴 void

getType() 공개 정적인 메소드

public static getType ( string input ) : string
input string
리턴 string