edu.rice.comp211.laundry.ui
Class StudentModel
java.lang.Object
edu.rice.comp211.laundry.ui.StudentModel
public class StudentModel
- extends Object
Date: Mar 24, 2010
Time: 12:26:45 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pOut
PrintStream pOut
StudentModel
public StudentModel()
addStudent
protected void addStudent(Student pStudent,
IOProcess pIOProcess)
firstStudent
protected Student firstStudent()
executeCommand
protected void executeCommand(Command pCommand)
executeCommand
protected void executeCommand(int index,
Command pCommand)
currentGarments
protected List<Object> currentGarments()
cleanShirts
protected List<Garment> cleanShirts()
cleanPants
protected List<Garment> cleanPants()
cleanSocks
protected List<Garment> cleanSocks()
dirtyPile
protected List<Garment> dirtyPile()
laundryRoom
protected List<Garment> laundryRoom()
getExecCommands
public List<String> getExecCommands()
clearStudents
protected void clearStudents()
doneExecuting
protected boolean doneExecuting()
runOneStep
protected void runOneStep()
runAllSteps
protected void runAllSteps()