Class HelloWorldPlan


  • public class HelloWorldPlan
    extends java.lang.Object
    Hello World with plan driven print out.
    • Field Summary

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

      Constructors 
      Constructor Description
      HelloWorldPlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      protected void printHello​(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

      • HelloWorldPlan

        public HelloWorldPlan()
    • Method Detail

      • body

        public void body()
        The agent body.
      • printHello

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