Class QuickstartBDI


  • public class QuickstartBDI
    extends java.lang.Object
    A simple BDI agent that likes to have the mouse in the upper left corner.
    • Constructor Summary

      Constructors 
      Constructor Description
      QuickstartBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(IInternalAccess self)
      On startup, the agent should adopt an instance of the goal.
      • Methods inherited from class java.lang.Object

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

      • QuickstartBDI

        public QuickstartBDI()
    • Method Detail

      • start

        public void start​(IInternalAccess self)
        On startup, the agent should adopt an instance of the goal.