com.russell_allen.smallworld
Class SmallWorld
java.lang.Object
com.russell_allen.smallworld.SmallWorld
public class SmallWorld
- extends java.lang.Object
I am the entry point for the SmallWorld system.
All I do is to set up the SmallInterpreter, tell it
to load the image from the jar file and then to find
an entry point to start an initial doIt of
"SmallWorld startUp".
|
Constructor Summary |
SmallWorld(java.lang.String[] args)
|
|
Method Summary |
private void |
doIt(java.lang.String task)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
world
private static SmallWorld world
theInterpreter
private SmallInterpreter theInterpreter
SmallWorld
public SmallWorld(java.lang.String[] args)
main
public static void main(java.lang.String[] args)
doIt
private void doIt(java.lang.String task)