Class SensorGui


  • public class SensorGui
    extends java.lang.Object
    The 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
      void setVisible​(boolean visible)
      Show/hide the GUI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SensorGui

        public SensorGui​(SensorActuator sensor)
        Creates a GUI that updates itself when beliefs change.
    • Method Detail

      • setVisible

        public void setVisible​(boolean visible)
        Show/hide the GUI.