Package jason.bb

Class DefaultBeliefBase

java.lang.Object
jason.bb.BeliefBase
jason.bb.DefaultBeliefBase
All Implemented Interfaces:
ToDOM, Serializable, Cloneable, Iterable<Literal>

public class DefaultBeliefBase extends BeliefBase implements Serializable
Default implementation of Jason BB.
See Also:
  • Field Details

    • percepts

      protected Set<Literal> percepts
      set of beliefs with percept annot, used to improve performance of buf
  • Constructor Details

    • DefaultBeliefBase

      public DefaultBeliefBase()
  • Method Details