Package jason.stdlib

Class belief

java.lang.Object
All Implemented Interfaces:
InternalAction, java.io.Serializable

public class belief
extends DefaultInternalAction

Internal action: .belief(Bel).

Description: gets beliefs in BB (excluding rules or inferred beliefs). Different from ordinary belief query that uses logical consequence to be verified, this internal action considers only the set of beliefs in the BB.

Parameters:

  • +/- belief (literal): the belief to be searched.
See Also:
asserta, assertz, relevant_rules, Serialized Form
  • Constructor Details

    • belief

      public belief()
  • Method Details