Метод | Описание | |
---|---|---|
Execute ( ) : void | ||
MovementCommand ( string unparsedText ) : System | ||
UnExecute ( ) : void |
Метод | Описание | |
---|---|---|
CreateMessage ( ) : string | ||
IsValidIdentifier ( string text ) : bool | ||
ParseLeftDirection ( string text ) : string | ||
ParseLeftSpeed ( string text ) : int | ||
ParseRightDirection ( string text ) : string | ||
ParseRightSpeed ( string text ) : int | ||
ReverseDirection ( string direction ) : string | ||
SendMessage ( string message ) : void |
public MovementCommand ( string unparsedText ) : System | ||
unparsedText | string | |
Результат | System |