Class UserBDI


  • public class UserBDI
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bridge.IInternalAccess agent  
      protected javax.swing.JFrame f
      The gui.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()  
      void cleanup()
      Cleanup when agent is killed.
      • Methods inherited from class java.lang.Object

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

      • agent

        protected jadex.bridge.IInternalAccess agent
      • f

        protected javax.swing.JFrame f
        The gui.
    • Constructor Detail

      • UserBDI

        public UserBDI()
    • Method Detail

      • body

        public void body()
      • cleanup

        public void cleanup()
        Cleanup when agent is killed.