Package jason.stdlib

Class list_rules

All Implemented Interfaces:
InternalAction, Serializable

@Manual(literal=".list_rules", hint="prints out the rules in the belief base", argsHint="", argsType="", examples=".list_rules: list rules in the agent\'s belief base", seeAlso="") public class list_rules extends DefaultInternalAction

Internal action: .list_rules.

Description: prints out the rules in the belief base.

Example:

  • .list_rules: list rules in the agent's belief base
See Also:
  • Constructor Details

    • list_rules

      public list_rules()
  • Method Details