|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbridge.BridgeConsole
public class BridgeConsole
This class provides a terminal console interface to the Bridge Crossing problem. Note that its function is entirely provided by the Console class which is provided by the framework. So you don't need the BridgeConsole class from the previous assignment, and you don't have to add anything to this class.
Constructor Summary | |
---|---|
BridgeConsole()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This method launches the console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BridgeConsole()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- ignored
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |