Inheritance diagram for kddml.Interpreter.InterpreterRunner:
Public Member Functions | |
KDDMLObject | getResult () |
String | getMessageResult () |
void | resolve () throws ExecutionException, TypeCheckingException, NotYetImplementedException, EmptyResultsException, InvalidKDDMLQueryException, UnsupportedAlgorithmException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the final object as output. Can return null if the query do not provide a result (e.g. if an exception occurs).
Implemented in kddml.Interpreter.QueryExecutor. |
|
Returns the final message as output.
Implemented in kddml.Interpreter.QueryExecutor. |
|
Starts the interpreter on the KDDML query. The interpreter recursively traverse the DOM tree representation of the query, yielding a KDDMLObject as result that is stored in the xml_dest field. If an error occurs, the method throws an exception.
Implemented in kddml.Interpreter.QueryExecutor. |