コード例 #1
0
 public Object load(scala.collection.Seq<String> strings, String version) {
   workspace.loadWorld(strings, version, this);
   // we can't clearAll here because the globals may not
   // be allocated yet ev 7/12/06
   // note that we clear turtles inside the load method so
   // it can happen before we set the topology ev 7/19/06
   workspace.world().tickCounter.clear();
   workspace.world().clearPatches();
   workspace.world().displayOn(true);
   return this;
 }