middle
Interface IOManager

All Known Implementing Classes:
ConsoleView, DefaultIOManager

public abstract interface IOManager

This is a pluggable IO manager for user interaction. Note tha this approach allows one to use some nice piping between the simulator and some other program


Method Summary
 java.lang.String cin()
           
 void cout(java.lang.String s)
           
 

Method Detail

cin

public java.lang.String cin()

cout

public void cout(java.lang.String s)