Class HelloWorld


  • public class HelloWorld
    extends java.lang.Object
    Hello World with goal driven print out. class is checked for annotations goal, plan type declarations from annotations or inline plans are added to the agent type and conditions to eca rule system class is rewritten to announce belief changes (field accesses and annotated methods)
    • Constructor Detail

      • HelloWorld

        public HelloWorld()
    • Method Detail

      • body

        public void body()
        The agent body. body is executed changes variable value (sayhello=true) notification is sent to eca rule system rule system finds creation condition of goal and executes it right hand side creates goal and executes it Plan is selected and executed (hello is printed out)
      • printHello2

        protected IFuture<java.lang.Void> printHello2​(HelloWorld.HelloGoal goal)
        Second plan. Fails 'asynchronously' (i.e. exception in future).
      • printHello3

        protected IFuture<java.lang.Void> printHello3​(HelloWorld.HelloGoal goal)
        Third plan. Prints out goal text and passes.