C# 클래스 DeclareBehaviorOperation, tf_client

상속: Operation
파일 보기 프로젝트 열기: wids-eria/tf_client

보호된 프로퍼티들

프로퍼티 타입 설명
behaviorArgs List
behaviorName string
behaviorType string

공개 메소드들

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

메소드 상세

Execute() 공개 메소드

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

Parse() 공개 메소드

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

Register() 공개 정적인 메소드

public static Register ( OperationLibrary, library ) : void
library OperationLibrary,
리턴 void

프로퍼티 상세

behaviorArgs 보호되어 있는 프로퍼티

protected List behaviorArgs
리턴 List

behaviorName 보호되어 있는 프로퍼티

protected string behaviorName
리턴 string

behaviorType 보호되어 있는 프로퍼티

protected string behaviorType
리턴 string