next up previous contents index
Next: Calling Java from Prolog Up: External Language Interface with Previous: Data conversion between Java   Contents   Index

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:


next up previous contents index
Next: Calling Java from Prolog Up: External Language Interface with Previous: Data conversion between Java   Contents   Index
Neng-Fa Zhou
1999-11-24