|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shirt | |
---|---|
edu.rice.comp211.laundry.garment | |
edu.rice.comp211.laundry.student | |
edu.rice.comp211.laundry.tests |
Uses of Shirt in edu.rice.comp211.laundry.garment |
---|
Methods in edu.rice.comp211.laundry.garment with parameters of type Shirt | |
---|---|
java.lang.Boolean |
SameTypeGarmentVisitor.forShirt(Shirt s)
|
R |
GarmentVisitor.forShirt(Shirt s)
Shirt case of the visitor |
R |
AGarmentVisitor.forShirt(Shirt s)
|
Uses of Shirt in edu.rice.comp211.laundry.student |
---|
Fields in edu.rice.comp211.laundry.student declared as Shirt | |
---|---|
private Shirt |
Student.shirt
The shirt the student is currently wearing |
Methods in edu.rice.comp211.laundry.student that return Shirt | |
---|---|
Shirt |
StudentEnvironment.shirt()
Accessor for the Shirt the student is currently wearing. |
Shirt |
Student.shirt()
The current shirt the student is wearing |
Methods in edu.rice.comp211.laundry.student with parameters of type Shirt | |
---|---|
void |
Student.shirt(Shirt pShirt)
Settor for the current shirt the student is wearing |
Constructors in edu.rice.comp211.laundry.student with parameters of type Shirt | |
---|---|
Student(java.lang.String name,
Shirt shirt,
Pants pants,
Socks socks)
Constructor for the class |
|
Student(java.lang.String name,
Shirt shirt,
Pants pants,
Socks socks,
BiListI<Garment> cleanShirts,
BiListI<Garment> cleanPants,
BiListI<Garment> cleanSocks,
BiListI<Garment> dirtyPile,
BiListI<BiListI<Garment>> laundryRoom)
Constructor for the class |
Uses of Shirt in edu.rice.comp211.laundry.tests |
---|
Fields in edu.rice.comp211.laundry.tests declared as Shirt | |
---|---|
(package private) static Shirt |
LaundryTest.whShirt
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |