Calling Prolog from Java

A Prolog call is an instance of the class bprolog.plc.Plc. It is convenient to import the class first:
      import bprolog.plc.Plc;
The class Plc contains the following constructor and methods:

Neng-Fa Zhou 2013-01-25