Class HelloWorldBelief


  • public class HelloWorldBelief
    extends java.lang.Object
    Hello World with goal driven print out.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  HelloWorldBelief.HelloGoal
      Simple hello world goal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The bdi agent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      protected void printHello​(java.lang.String text, IPlan plan)
      Plan that prints out goal text and passes.
      • Methods inherited from class java.lang.Object

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

      • HelloWorldBelief

        public HelloWorldBelief()
    • Method Detail

      • body

        public void body()
        The agent body.
      • printHello

        protected void printHello​(java.lang.String text,
                                  IPlan plan)
        Plan that prints out goal text and passes.