Inheritance diagram for kddml.Core.QueryElement.XMLSpecialElement:
Public Member Functions | |
boolean | isEmpty () |
void | saveToRepository () throws KDDMLCoreException |
void | saveHTML () throws KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Tests if the object is empty.
Implements kddml.Core.KDDMLObject. Reimplemented in kddml.Core.QueryElement.KDDMLAlgorithm. |
|
Saves the object into the system repository. The destination path is provided by the object_path variable. This method throws an exception because the element can be saved.
Implements kddml.Core.KDDMLObject. Reimplemented in kddml.Core.QueryElement.KDDMLAlgorithm. |
|
Saves the object in the system repository as HTML document. The object cannot be stored in the system repository as HTML document. The method throws an exception.
Implements kddml.Core.HTMLTranslator. Reimplemented in kddml.Core.QueryElement.KDDMLAlgorithm. |