import bprolog.plc.Plc;
The class Plc contains the following constructor and methods:
| "-b" TRAIL | words that are allocated to the trail stack |
| "-s" STACK | words that are allocated to the local and to the heap |
| "-p" PAREA | words that are allocated to the program code area |
| "-t" TABLE | words that are allocated to the table area |
TRAIL, STACK, PAREA, and TABLE must all be strings of integers. After the B-Prolog emulator is initialized, it will be waiting for calls from Java. Initialization only needs to be done once. Further calls to startPlc do not have any effect.
Neng-Fa Zhou 2013-01-25