View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Operations | Relations

SpaceMUD Usage
Class PlayerInterpreter

Direct Subclassifiers:
       AdminInterpreter

Implemented Classifiers:
       CommandInterpreter

General Info
Name  PlayerInterpreter
Visibility  public
Active  false
Abstract  false
Leaffalse
Rootfalse
OwnerSpaceMUD Usage

Operations
NameReturn Type
 Interpret(command : String)void 

Relations
NameTypeBeginsEnds
 <unnamed>generalizationAdminInterpreterPlayerInterpreter
 <unnamed>abstractionPlayerInterpreterCommandInterpreter
 <unnamed>usagePlayerInterpreterMudUniverse


Operation  Interpret

Interprets command String sent by Player.

General Info
NameInterpret
OwnerPlayerInterpreter
Return Type  void 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
commandString  in


Parameter command

General Info
Name  command
Owner  Interpret
Type  String 
Direction Kind  in