Package edu.tufts.hrilab.supermarket
Interface SupermarketInterface
- All Known Implementing Classes:
SupermarketComponent
public interface SupermarketInterface
-
Method Details
-
transmitNewCartBeliefs
void transmitNewCartBeliefs() -
getSimPort
Integer getSimPort() -
getStateMachine
StateMachine getStateMachine() -
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() -
cancelInteraction
Justification cancelInteraction() -
getLastObservation
SupermarketObservation getLastObservation() -
lastCart
Symbol lastCart() -
getAgentName
String getAgentName() -
getPlayerIndex
int getPlayerIndex() -
setObservation
-
setStateMachine
-