Package edu.rice.comp211.laundry.command

Interface Summary
CommandVisitor<R> Visitor interface for Command objects.
 

Class Summary
Change Variant class in Command union.
Command Command :: = Receive | Lose | Change | Launder | Fold | Outfit Root class for the Command union.
DoCommandVisitor Processes a command for the stored student reference
Fold Variant class in Command union.
Launder Variant class in Command union.
Lose Variant class in Command union.
Outfit Variant class in Command union.
Receive Variant class in Command union.
 

Exception Summary
CommandException Exception class for signalling illegal Laundry input.