Class SequentialGoalBDI.TestGoal

  • Enclosing class:
    SequentialGoalBDI

    public class SequentialGoalBDI.TestGoal
    extends java.lang.Object
    Procedural goal (no target condition) with AND success turned on. All plans have to be executed and one has to be passed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> results  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestGoal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<java.lang.String> getResult()  
      protected void resultReceived​(java.lang.String res)  
      • Methods inherited from class java.lang.Object

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

      • results

        protected java.util.List<java.lang.String> results
    • Constructor Detail

      • TestGoal

        public TestGoal()
    • Method Detail

      • resultReceived

        protected void resultReceived​(java.lang.String res)
      • getResult

        protected java.util.List<java.lang.String> getResult()