GNU Prolog for Java

Package gnu.prolog.test

Stores classes used for testing purposes: notably GoalRunner which can be used to load a prolog file and run a goal.

See:
          Description

Class Summary
CodeDumper Print out the interpreted code compiled from the supplied Prolog file.
GoalRunner Load a prolog file and run a goal.
 

Package gnu.prolog.test Description

Stores classes used for testing purposes: notably GoalRunner which can be used to load a prolog file and run a goal.


GNU Prolog for Java