| |
Serialized Form
Package com.declarativa.interprolog |
name
String name
A
Object A
B
Object B
next
PrologEngineTest.Loop next
one
int one
two
int two
b
byte b
s
short s
i
int i
f
float f
node
Object node
- public for convenience, but should not be set outside this class
children
TermModel[] children
- public for convenience, but should not be set outside this class;
children == null means children == new TermModel[0]
hasListFunctor
boolean hasListFunctor
- This should be true only if node=="." or node=="[]" and this represents a list term
feature
String feature
value
String value
Package com.declarativa.interprolog.gui |
prologOutput
JTextArea prologOutput
prologInput
JTextArea prologInput
historyMenu
JMenu historyMenu
fileMenu
JMenu fileMenu
loadedFiles
Vector loadedFiles
engine
AbstractPrologEngine engine
template
TermModel template
tuples
TermModel[] tuples
arity
int arity
functor
String functor
relationFunctor
String relationFunctor
top
Object top
engine
PrologEngine engine
node
Object node
description
Object description
childCount
int childCount
terms
TermModel[] terms
model
TermModel model
engine
PrologEngine engine
node
TermModel node
children
TermTreeModel[] children
lists
JList[] lists
model
TermTreeModel model
levelTitles
Object[] levelTitles
state
String state
Package com.declarativa.interprolog.util |
wrapper
Object wrapper
timestamp
int timestamp
G
String G
objects
Object[] objects
ID
int ID
classname
String classname
className
String className
variableName
String variableName
cause
Throwable cause
t
Object t
timestamp
int timestamp
target
Object target
methodName
String methodName
arguments
Object[] arguments
returnArguments
boolean returnArguments
timestamp
int timestamp
result
Object result
exception
Object exception
- exception thrown directly by java.lang.reflect.Method#invoke().
It may eventually encapsulate an exception thrown by the invoked method
- See Also:
Method.invoke(Object,Object[])
arguments
Object[] arguments
- So Prolog may get the new state of the (object) arguments
timestamp
int timestamp
- Same as passed in GoalFromJava
succeeded
boolean succeeded
- Goal has succeeded
rVars
Object[] rVars
- Object array corresponding to the result variable list
error
Object error
- Error message, null if none; used to be a String, now can be anything to cater for Prolog exceptions
number
Integer number
Package com.xsb.interprolog |
|