Package elge.world

Interface Summary
MoveableAgent  
MoveableMatrix  
WorldDisplay Enables implementor to display itself..
WorldRules This is the world interface, which must have a world!!
 

Class Summary
AbstractGenerator The class is used a basic class for generator (or system agents).
AgentGenerator This agent is a generator of agent in a world.
AgentRemover  
Display2DWorld  
MatrixRepresentation This representation holds agent in a matrix with x,y coordinates.
World Class Basic world should define the rules, how it should work in the World.
World2D  
WorldAgent Well WorldAgent is the class, that should be derived for future agents!!