interpret

Function interpret 

Source
pub fn interpret(space: DynSpace, expr: &Atom) -> Result<Vec<Atom>, String>
Expand description

Interpret passed atom and return a new plan, result or error. This function blocks until result is calculated. For step by step interpretation one should use interpret_init and interpret_step functions.

ยงArguments

  • space - atomspace to query for interpretation
  • expr - atom to interpret