Jess Pretty-Print Functions
List of pretty-print functions that can be executed by Jess.
8.104. (ppdeffunction <atom>)
- Package:
-
Scriptlib
- Arguments:
-
An atom, the name of a deffunction
- Returns:
-
nil
- Description:
-
Pretty-prints a deffunction to the 't' standard output router.
8.105. (ppdefglobal <atom>)
- Package:
-
Scriptlib
- Arguments:
-
An atom, the name of a defglobal
- Returns:
-
nil
- Description:
-
Pretty-prints a defglobal to the 't' standard output router.
8.106. (ppdefrule <atom>)
- Package:
-
Scriptlib
- Arguments:
-
An atom, the name of a defrule or defquery
- Returns:
-
nil
- Description:
-
Pretty-prints a defrule or defquery to the 't' standard output router.
8.107. (ppdeftemplate <atom>)
- Package:
-
Scriptlib
- Arguments:
-
An atom, the name of a deftemplate
- Returns:
-
nil
- Description:
-
Pretty-prints a deftemplate to the 't' standard output router.
8.120. (rules)
- Package:
-
Scriptlib
- Arguments:
-
None
- Returns:
-
nil
- Description:
-
Prints a list of all defrules to the 't' router.
8.134. (show-deffacts)
- Package:
-
Scriptlib
- Arguments:
-
None
- Returns:
-
nil
- Description:
-
Displays all defined deffacts to the 't' router.
8.135. (show-deftemplates)
- Package:
-
Scriptlib
- Arguments:
-
None
- Returns:
-
nil
- Description:
-
Displays all defined deftemplatess to the 't' router.