Package edu.tufts.hrilab.supermarket
Class SupermarketObservation.Shelf
java.lang.Object
edu.tufts.hrilab.supermarket.SupermarketObservation.InteractiveObject
edu.tufts.hrilab.supermarket.SupermarketObservation.Shelf
- Enclosing class:
- SupermarketObservation
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
Fields inherited from class edu.tufts.hrilab.supermarket.SupermarketObservation.InteractiveObject
height, position, width
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.tufts.hrilab.supermarket.SupermarketObservation.InteractiveObject
collision, collision, equals, hashCode
-
Field Details
-
food_name
-
food_image
-
shelf_image
-
price
public int price -
quantity
public int quantity -
capacity
public int capacity
-
-
Constructor Details
-
Shelf
public Shelf()
-
-
Method Details
-
canInteract
- Specified by:
canInteract
in classSupermarketObservation.InteractiveObject
-