Class SequentialGoalBDI


  • public class SequentialGoalBDI
    extends java.lang.Object
    Test if a procedural goal can be configured with OR and AND success.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  SequentialGoalBDI.TestGoal
      Procedural goal (no target condition) with AND success turned on.
    • 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()  
      java.lang.String p1​(IPlan plan)  
      java.lang.String p2​(IPlan plan)  
      java.lang.String p3​(IPlan plan)  
      • Methods inherited from class java.lang.Object

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

      • SequentialGoalBDI

        public SequentialGoalBDI()
    • Method Detail

      • p1

        public java.lang.String p1​(IPlan plan)
      • p2

        public java.lang.String p2​(IPlan plan)
      • p3

        public java.lang.String p3​(IPlan plan)
      • body

        public void body()