Class FactAdderPlan


  • public class FactAdderPlan
    extends Plan
    Just acts facts to a beliefset. This plan is used by the WaitForFactAdded testcase.
    • Constructor Detail

      • FactAdderPlan

        public FactAdderPlan()
    • Method Detail

      • body

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