...
Methods
|
|
__init__
depth
eval
evaluate
getSolution
query
setInputVector
|
|
__init__
|
__init__ ( self )
|
|
depth
|
depth ( self, expr )
Calculate the depth of a lisp expression
...
|
|
eval
|
eval ( self, p )
Evaluate the lisp expression
|
|
evaluate
|
evaluate (
self,
expr,
vector=None,
)
Evaluate a CLISP compatible expression
...
|
|
getSolution
|
getSolution ( self, timeout=None )
Get a solution from the interpreter
...
|
|
query
|
query ( self, q )
Send a query to the interpreter
...
|
|
setInputVector
|
setInputVector ( self, vector )
Set the input vector to evaluate on
...
|