[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 () 2007-06-05