Class BeliefSetAddPlan


  • public class BeliefSetAddPlan
    extends Plan
    Modify a beliefset continuously by adding values.
    • Field Detail

      • belsetname

        protected java.lang.String belsetname
        The belief name.
      • values

        protected java.lang.Object[] values
        The values.
      • time

        protected long time
        The wait time.
      • loop

        protected boolean loop
        The flag for adding values over and over again.
    • Constructor Detail

      • BeliefSetAddPlan

        public BeliefSetAddPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan