Uses of Class
edu.rice.comp211.laundry.garment.Socks

Packages that use Socks
edu.rice.comp211.laundry.garment   
edu.rice.comp211.laundry.student   
edu.rice.comp211.laundry.tests   
 

Uses of Socks in edu.rice.comp211.laundry.garment
 

Methods in edu.rice.comp211.laundry.garment with parameters of type Socks
 java.lang.Boolean SameTypeGarmentVisitor.forSocks(Socks s)
           
 R GarmentVisitor.forSocks(Socks s)
          Socks case of the visitor
 R AGarmentVisitor.forSocks(Socks s)
           
 

Uses of Socks in edu.rice.comp211.laundry.student
 

Fields in edu.rice.comp211.laundry.student declared as Socks
private  Socks Student.socks
          The socks the student is currently wearing
 

Methods in edu.rice.comp211.laundry.student that return Socks
 Socks StudentEnvironment.socks()
          Accessor for the Socks the student is currently wearing.
 Socks Student.socks()
          The current socks the student is wearing
 

Methods in edu.rice.comp211.laundry.student with parameters of type Socks
 void Student.socks(Socks pSocks)
          Settor for the current socks the student is wearing
 

Constructors in edu.rice.comp211.laundry.student with parameters of type Socks
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 Socks in edu.rice.comp211.laundry.tests
 

Fields in edu.rice.comp211.laundry.tests declared as Socks
(package private) static Socks LaundryTest.whSocks