|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectframework.Console
public class Console
This class has methods for interacting with a user who is trying to solve a problem through a console interface. Note that this class is concrete; it is neither an interface nor abstract. It also does not depend on any particular problem domain.
Constructor Summary | |
---|---|
Console(Problem problem)
Creates a new problem console user interface. |
Method Summary | |
---|---|
void |
start()
Displays the introduction and begins to process user moves. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Console(Problem problem)
problem
- the problemMethod Detail |
---|
public void start()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |