Uses of Interface
de.unifreiburg.twodeedoo.world.IWorld

Packages that use IWorld
de.unifreiburg.twodeedoo.world A world simulator (like DrScheme's world teachpack) for twodeedoo. 
de.unifreiburg.twodeedoo.world.demo Demo world for the twodeedoo world package. 
 

Uses of IWorld in de.unifreiburg.twodeedoo.world
 

Methods in de.unifreiburg.twodeedoo.world with parameters of type IWorld
static void WorldApplication.runWorld(IWorld world)
          Friendly all-in-one service to run a world: create a window, simulate the world etc.
 

Constructors in de.unifreiburg.twodeedoo.world with parameters of type IWorld
WorldAdapter(IWorld world)
          Create an adapter
WorldApplication(IWorld world)
          Create an application to run one world.
 

Uses of IWorld in de.unifreiburg.twodeedoo.world.demo
 

Classes in de.unifreiburg.twodeedoo.world.demo that implement IWorld
 class DemoWorld
          Demonstration world for the world package.