|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--mstar.Responder
|
+--GoResponder
Respnds to a command to go a certain direction.
| Constructor Summary | |
GoResponder()
|
|
| Method Summary | |
boolean |
canProcess(Chatter c)
Determines if this responder will respond to the data contained in the chatter. |
void |
process()
Actually process the input from the collaborative environment and add the actions and responses to the Vector to be output when this routine returns. |
java.lang.String |
serviceType()
Returns a string the defines the type of service that this responder provides. |
| Methods inherited from class mstar.Responder |
addAction,
addResponse,
addRobotAction,
getAction,
getActions,
getCommands,
getConnection,
getHow,
getInputStream,
getMap,
getOutputStream,
getOwner,
getPlayerMap,
getProcessTable,
getProperties,
getResponse,
getRobotName,
getRoomParser,
getShared,
getState,
getWhat,
getWho,
setAction,
setCommands,
setConnection,
setHow,
setInputStream,
setMap,
setOutputStream,
setOwner,
setPlayerMap,
setProcessTable,
setProperties,
setResponse,
setRobotName,
setRoomParser,
setShared,
setState,
setWhat,
setWho |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public GoResponder()
| Method Detail |
public void process()
public java.lang.String serviceType()
public boolean canProcess(Chatter c)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||