com::declarativa::interprolog::util::ResultFromProlog Class Reference


Public Member Functions

 ResultFromProlog (int t, boolean s, int size, String e)
String toString ()

Data Fields

int timestamp
boolean succeeded
Object[] rVars
String error

Detailed Description

Used to serialize results for deterministicGoal

Definition at line 11 of file ResultFromProlog.java.


Field Documentation

String com::declarativa::interprolog::util::ResultFromProlog::error
 

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 [] com::declarativa::interprolog::util::ResultFromProlog::rVars
 

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().

boolean com::declarativa::interprolog::util::ResultFromProlog::succeeded
 

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().

int com::declarativa::interprolog::util::ResultFromProlog::timestamp
 

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().


The documentation for this class was generated from the following file:
Generated on Wed Jul 26 13:30:54 2006 for XSB by  doxygen 1.4.5