Inheritance diagram for kddml.Core.KDDQuery:
Public Member Functions | |
KDDQuery (java.io.File physical_path) throws KDDMLCoreException | |
KDDQuery (String destination, Document query) | |
KDDMLObjectType | getType () |
boolean | isEmpty () |
void | saveToRepository () throws KDDMLCoreException |
String | toString () |
void | saveHTML () throws KDDMLCoreException |
Document | getDocumentRoot () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor used for an existent query.
|
|
Constructor given the XML document.
|
|
Returns the type of the object.
Implements kddml.Core.KDDMLObject. |
|
Tests if the object is empty.
Implements kddml.Core.KDDMLObject. |
|
Saves the object into the system repository. The destination path is provided by the object_path variable. Throws an exception if a I/O error occurs.
Implements kddml.Core.KDDMLObject. |
|
Returns a representation of the query as string.
|
|
Save the object in the system repository as HTML document.
Implements kddml.Core.HTMLTranslator. |
|
Returns the XML document root.
|