Uses of Interface
ballWorlds.WorldDescriber

Packages that use WorldDescriber
ballWorlds   
ballWorlds.framework   
 

Uses of WorldDescriber in ballWorlds
 

Subinterfaces of WorldDescriber in ballWorlds
 interface World
          A World contains Balls and can do things on behalf of those Balls (and other objects).
 

Uses of WorldDescriber in ballWorlds.framework
 

Classes in ballWorlds.framework that implement WorldDescriber
 class VisibleWorld
          A World manages the Balls that it contains; a VisibleWorld is a World that just displays the balls, without asking them to act.
 class WorldWithManyThreads
          TODO Put here a description of this class: what its objects are and/or do.
 class WorldWithTwoOrThreeThreads
          TODO Put here a description of this class: what its objects are and/or do.