NAME

list-productions - Print productions

SYNOPSIS

list-productions [-internal | -default | -user | -chunk | -justification]*

DESCRIPTION

This command lists the contents of productions of various kinds.

OPTIONS

-internal
List only the internal Rete net form of the productions
-default
List all default productions
-user
List all user-defined productions
-chunk
List all learned productions
-justification
List all justifications

If no types are given, then all types are listed except for justifications.

EXAMPLES

This lists the internal form of user productions:
list-productions -internal -user

This lists both user productions and learned productions in a more concise format.

list-productions -user -chunk