Class BeliefChangePlan


  • public class BeliefChangePlan
    extends Plan
    Change a belief to a value.
    • Field Detail

      • belname

        protected java.lang.String belname
        The belief name.
      • value

        protected java.lang.Object value
        The new value.
    • Constructor Detail

      • BeliefChangePlan

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