com.russell_allen.smallworld
Class SmallWorld

java.lang.Object
  extended by 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".


Field Summary
private  SmallInterpreter theInterpreter
           
private static SmallWorld world
           
 
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
 

Field Detail

world

private static SmallWorld world

theInterpreter

private SmallInterpreter theInterpreter
Constructor Detail

SmallWorld

public SmallWorld(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)

doIt

private void doIt(java.lang.String task)