Class ExternalGoal


  • public class ExternalGoal
    extends java.lang.Object
    A test goal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int cnt  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalGoal​(int cnt)
      Create a new goal.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean checkTarget()
      Check the target condition.
      void decrease()
      Decrease the cnt.
      • Methods inherited from class java.lang.Object

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

      • cnt

        protected int cnt
    • Constructor Detail

      • ExternalGoal

        public ExternalGoal​(int cnt)
        Create a new goal.
    • Method Detail

      • checkTarget

        protected boolean checkTarget()
        Check the target condition.
      • decrease

        public void decrease()
        Decrease the cnt.