C# 클래스 Operation, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( TransitionInterpreter, interpreter ) : bool
Parse ( string opDesc ) : bool
UpdateInstructionIndex ( TransitionInterpreter interpreter ) : void

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( TransitionInterpreter, interpreter ) : bool
interpreter TransitionInterpreter,
리턴 bool

Parse() 공개 추상적인 메소드

public abstract Parse ( string opDesc ) : bool
opDesc string
리턴 bool

UpdateInstructionIndex() 공개 메소드

public UpdateInstructionIndex ( TransitionInterpreter interpreter ) : void
interpreter TransitionInterpreter
리턴 void