Package edu.udo.cs.ie.cowbots.ui

Package class diagram package edu.udo.cs.ie.cowbots.ui
debug ui package

See:
          Description

Interface Summary
ICowbotUI basic interface for all bdi components to update their visualization. during initialization, each agent creates his own ui and is responsible for refreshing it.
 

Class Summary
BDIViewFrame this is a graphical user interface for the cowbot bdi implementation.
CowUI factory class for the graphical cowbot ui
DrawCell this class is used for storing visualization data for cells to draw.
DummyUI a dummy ui implementation. this class displays nothing and is useful if you won't or can't use graphical output.
MapPanel a basic cell painting panel based upon a java swing jpanel.
 

Package edu.udo.cs.ie.cowbots.ui Description

debug ui package