Inheritance diagram for kddml.Core.DataSources.History:
Public Member Functions | |
History () | |
History (History hist) | |
void | addHistory (String op, String desc) |
Protected Member Functions | |
History (Element history) throws InternalTableException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Empty constructor used to start the preprocessing description. |
|
Constructor given a new history. It clones the input object returning a new object.
|
|
Proprietary constructor given the XML element.
|
|
Adds an history description to the history sequence.
Implements kddml.Core.DataSources.HistoryManager. |