Package edu.rice.comp211.laundry.garment

Interface Summary
GarmentVisitor<R> A visitor to a Garment
 

Class Summary
AGarmentVisitor<R> Abstract GarmentVisitor that provides default behavior for non-overridden methods.
Garment Root class of the Garment union.
NullGarment Represents the absence of a garment.
Pants Variant class of Garment union.
SameTypeGarmentVisitor A visitor to a Garment that returns true if the other garment is the same type as the host, i.e.
Shirt Variant class of Garment union.
Socks Variant class of Garment union.