Package edu.tufts.hrilab.supermarket
Interface SupermarketInterface
- All Known Implementing Classes:
SupermarketComponent
public interface SupermarketInterface
-
Method Details
-
getSimPort
Integer getSimPort() -
nop
Justification nop() -
startGame
Justification startGame() -
resetGame
Justification resetGame() -
goNorth
Justification goNorth() -
goSouth
Justification goSouth() -
goEast
Justification goEast() -
goWest
Justification goWest() -
toggleShoppingCart
Justification toggleShoppingCart() -
interactWithObject
Justification interactWithObject() -
goDir
-
rotateCW
Justification rotateCW() -
rotateCCW
Justification rotateCCW() -
pickup
-
cancelInteraction
Justification cancelInteraction() -
getLastObservation
SupermarketObservation getLastObservation() -
lastCart
Symbol lastCart() -
getAgentName
String getAgentName() -
getPlayerIndex
int getPlayerIndex() -
setObservation
-