Class BeliefSetRemovePlan


  • public class BeliefSetRemovePlan
    extends Plan
    Modify a beliefset continuously by remove values.
    • Field Detail

      • belsetname

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

        protected long time
        The wait time.
    • Constructor Detail

      • BeliefSetRemovePlan

        public BeliefSetRemovePlan()
    • 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