Uses of Class
edu.rice.comp211.laundry.command.Fold

Packages that use Fold
edu.rice.comp211.laundry.command   
 

Uses of Fold in edu.rice.comp211.laundry.command
 

Methods in edu.rice.comp211.laundry.command with parameters of type Fold
 java.lang.String DoCommandVisitor.forFold(Fold f)
          Process a Fold command for the student
 R CommandVisitor.forFold(Fold f)