Class SensorGui
- java.lang.Object
 - 
- jadex.quickstart.cleanerworld.gui.SensorGui
 
 
- 
public class SensorGui extends java.lang.ObjectThe GUI for the cleaner world example. Shows the world from the viewpoint of a single agent. 
- 
- 
Constructor Summary
Constructors Constructor Description SensorGui(SensorActuator sensor)Creates a GUI that updates itself when beliefs change. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetVisible(boolean visible)Show/hide the GUI. 
 - 
 
- 
- 
Constructor Detail
- 
SensorGui
public SensorGui(SensorActuator sensor)
Creates a GUI that updates itself when beliefs change. 
 - 
 
 -