Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataSources.History Class Reference

Inheritance diagram for kddml.Core.DataSources.History:

kddml.Core.DataSources.HistoryManager List of all members.

Public Member Functions

 History ()
 History (History hist)
void addHistory (String op, String desc)

Protected Member Functions

 History (Element history) throws InternalTableException

Detailed Description

This class represent the history related to a PPInternalTable. The history contains the list of preprocessing operations (with description) performed on the table.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Constructor & Destructor Documentation

kddml.Core.DataSources.History.History  ) 
 

Empty constructor used to start the preprocessing description.

kddml.Core.DataSources.History.History History  hist  ) 
 

Constructor given a new history. It clones the input object returning a new object.

Parameters:
hist History

kddml.Core.DataSources.History.History Element  history  )  throws InternalTableException [protected]
 

Proprietary constructor given the XML element.

Parameters:
history Element
Exceptions:
InternalTableException 


Member Function Documentation

void kddml.Core.DataSources.History.addHistory String  op,
String  desc
 

Adds an history description to the history sequence.

Parameters:
op String the preprocessing operator name.
desc String the description of operation.
Exceptions:
InternalTableException 

Implements kddml.Core.DataSources.HistoryManager.


Generated on Thu Feb 23 13:04:43 2006 for kddml by  doxygen 1.4.3