import bprolog.plc.Plc;
The class Plc contains the following constructor and methods:
| "-b" TRAIL | words allocated to the trail stack |
| "-s" STACK | words allocated to the local and the heap |
| "-p" PAREA | words allocated to the program code area |
| "-t" TABLE | words allocated to the table area |
where 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 needs to be done only once. Further calls to startPlc have no effect at all.
Neng-Fa Zhou 2012-01-03