|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Garment | |
---|---|
edu.rice.comp211.laundry.command | |
edu.rice.comp211.laundry.garment | |
edu.rice.comp211.laundry.io | |
edu.rice.comp211.laundry.student | |
edu.rice.comp211.laundry.ui |
Uses of Garment in edu.rice.comp211.laundry.command |
---|
Fields in edu.rice.comp211.laundry.command declared as Garment | |
---|---|
Garment |
Receive.garment
|
Garment |
Lose.garment
|
Garment |
Change.garment
|
Constructors in edu.rice.comp211.laundry.command with parameters of type Garment | |
---|---|
Change(Garment g)
|
|
Lose(Garment g)
|
|
Receive(Garment g)
|
Uses of Garment in edu.rice.comp211.laundry.garment |
---|
Subclasses of Garment in edu.rice.comp211.laundry.garment | |
---|---|
class |
NullGarment
Represents the absence of a garment. |
class |
Pants
Variant class of Garment union. |
class |
Shirt
Variant class of Garment union. |
class |
Socks
Variant class of Garment union. |
Fields in edu.rice.comp211.laundry.garment declared as Garment | |
---|---|
private Garment |
SameTypeGarmentVisitor.other
The other Garment to compare against. |
Constructors in edu.rice.comp211.laundry.garment with parameters of type Garment | |
---|---|
SameTypeGarmentVisitor(Garment other)
Constructor for the class |
Uses of Garment in edu.rice.comp211.laundry.io |
---|
Methods in edu.rice.comp211.laundry.io that return Garment | |
---|---|
(package private) static Garment |
TerminalIO.parseGarment(java.lang.String noun,
java.lang.String adjective)
|
Uses of Garment in edu.rice.comp211.laundry.student |
---|
Fields in edu.rice.comp211.laundry.student with type parameters of type Garment | |
---|---|
private BiListI<Garment> |
Student.cleanPants
The ordered pile of clean pants the student has available to wear |
private BiListI<Garment> |
Student.cleanShirts
The ordered pile of clean shirts the student has available to wear |
private BiListI<Garment> |
Student.cleanSocks
The ordered pile of clean socks the student has available to wear |
private BiListI<Garment> |
Student.dirtyPile
The ordered pile of dirty clothes the student has already worn |
private BiListI<BiListI<Garment>> |
Student.laundryRoom
A list of ordered piles (lists) of clean clothes that have been laundered but not yet returned to the clean clothes piles |
Methods in edu.rice.comp211.laundry.student that return types with arguments of type Garment | |
---|---|
EnumI<Garment> |
StudentEnvironment.cleanPants()
Accessor for the student's pile of clean pants |
BiListI<Garment> |
Student.cleanPants()
Accessor for the pile of clean pants |
EnumI<Garment> |
StudentEnvironment.cleanShirts()
Accessor for the student's pile of clean shirts |
BiListI<Garment> |
Student.cleanShirts()
Accessor for the pile of clean shirts |
EnumI<Garment> |
StudentEnvironment.cleanSocks()
Accessor for the student's pile of clean socks |
BiListI<Garment> |
Student.cleanSocks()
Accessor for the pile of clean socks |
EnumI<Garment> |
StudentEnvironment.dirtyPile()
Accessor for the student's pile of dirty garments |
BiListI<Garment> |
Student.dirtyPile()
Accessor for the pile of dirty clothes |
EnumI<BiListI<Garment>> |
StudentEnvironment.laundryRoom()
Accessor for the student's laundry room (list of list of laundered garments) |
BiListI<BiListI<Garment>> |
Student.laundryRoom()
Accessor for the laundry room |
Constructor parameters in edu.rice.comp211.laundry.student with type arguments of type Garment | |
---|---|
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 |
|
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 |
|
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 |
|
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 |
|
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 Garment in edu.rice.comp211.laundry.ui |
---|
Methods in edu.rice.comp211.laundry.ui that return Garment | |
---|---|
private Garment |
LaundryController.getNewGarment(java.lang.String pDialogTitleKey,
boolean pShowAdjectives)
|
Methods in edu.rice.comp211.laundry.ui that return types with arguments of type Garment | |
---|---|
protected java.util.List<Garment> |
StudentModel.cleanPants()
|
protected java.util.List<Garment> |
StudentModel.cleanShirts()
|
protected java.util.List<Garment> |
StudentModel.cleanSocks()
|
protected java.util.List<Garment> |
StudentModel.dirtyPile()
|
private java.util.Map<java.lang.String,java.lang.Class<? extends Garment>> |
LaundryController.getGarmentTypes()
|
protected java.util.List<Garment> |
StudentModel.laundryRoom()
|
Methods in edu.rice.comp211.laundry.ui with parameters of type Garment | |
---|---|
private javax.swing.Icon |
LaundryListCellRenderer.getImageIcon(Garment garment,
int size)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |