Public Member Functions | |
ResultFromProlog (int t, boolean s, int size, String e) | |
String | toString () |
Data Fields | |
int | timestamp |
boolean | succeeded |
Object[] | rVars |
String | error |
Definition at line 11 of file ResultFromProlog.java.
|
Error message, null if none Definition at line 19 of file ResultFromProlog.java. Referenced by com::declarativa::interprolog::PrologEngine::deterministicGoal(), com::declarativa::interprolog::SubprocessEngine::firstGoal(), ResultFromProlog(), and toString(). |
|
Object array corresponding to the result variable list Definition at line 17 of file ResultFromProlog.java. Referenced by com::declarativa::interprolog::PrologEngine::deterministicGoal(), com::declarativa::interprolog::SubprocessEngine::firstGoal(), and ResultFromProlog(). |
|
Goal has succeeded Definition at line 15 of file ResultFromProlog.java. Referenced by com::declarativa::interprolog::PrologEngine::deterministicGoal(), com::declarativa::interprolog::SubprocessEngine::firstGoal(), and ResultFromProlog(). |
|
Same as passed in GoalFromJava Definition at line 13 of file ResultFromProlog.java. Referenced by com::declarativa::interprolog::PrologEngine::deterministicGoal(), com::declarativa::interprolog::SubprocessEngine::firstGoal(), com::declarativa::interprolog::PrologEngine::handleCallback(), ResultFromProlog(), and toString(). |