Class MConfigBeliefElement

java.lang.Object
jadex.bdi.model.MElement
jadex.bdi.model.MConfigBeliefElement

public class MConfigBeliefElement extends MElement
Represents an initial / end belief (set).
  • Field Details

    • facts

      protected List<jadex.common.UnparsedExpression> facts
      The initial / end facts.
  • Constructor Details

    • MConfigBeliefElement

      public MConfigBeliefElement()
  • Method Details

    • setFacts

      public void setFacts(List<jadex.common.UnparsedExpression> facts)
      The value to set.
      Parameters:
      value - The value to set
    • getFacts

      public List<jadex.common.UnparsedExpression> getFacts()
      Get the value.
      Returns:
      The value
    • addFact

      public void addFact(jadex.common.UnparsedExpression fact)
      The value to set.
      Parameters:
      value - The value to set