Class GoalGoalBDI.TestGoal1

  • Enclosing class:
    GoalGoalBDI

    public class GoalGoalBDI.TestGoal1
    extends java.lang.Object
    The top level goal.
    • Field Summary

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

      Constructors 
      Constructor Description
      TestGoal1()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkTarget()  
      protected java.util.List<java.lang.Double> getResult()  
      protected void resultReceived​(java.lang.Double 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.Double> results
    • Constructor Detail

      • TestGoal1

        public TestGoal1()
    • Method Detail

      • checkTarget

        public boolean checkTarget()
      • resultReceived

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

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