Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataSources.PPInternalTableManager Interface Reference

Inheritance diagram for kddml.Core.DataSources.PPInternalTableManager:

kddml.Core.DataSources.InternalTableManager kddml.Core.DataSources.PPInternalTable List of all members.

Public Member Functions

void addInstances (Object inst1, Object inst2) throws InternalTableException
HistoryManager getHistory ()
void setHistory (HistoryManager elem) throws kddml.Core. KDDMLCoreException
DataStatisticsManager getPPStatistic ()

Detailed Description

A manager interface for preprocessing internal 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


Member Function Documentation

void kddml.Core.DataSources.PPInternalTableManager.addInstances Object  inst1,
Object  inst2
throws InternalTableException
 

Adds the input instances to the table. Throws an exception if the data schema of the input table and the data schema of the input instances are not compatible.

Parameters:
inst1 Object the set of instances.
inst2 Object the set of instances.
Exceptions:
InternalTableException if the schemas are not compatible.

Implemented in kddml.Core.DataSources.PPInternalTable.

HistoryManager kddml.Core.DataSources.PPInternalTableManager.getHistory  ) 
 

Returns the history related to this preprocessing table.

Returns:
HistoryManager

Implemented in kddml.Core.DataSources.PPInternalTable.

void kddml.Core.DataSources.PPInternalTableManager.setHistory HistoryManager  elem  )  throws kddml.Core. KDDMLCoreException
 

Sets the history to this preprocessing table.

Parameters:
elem HistoryManager
Exceptions:
KDDMLCoreException 

Implemented in kddml.Core.DataSources.PPInternalTable.

DataStatisticsManager kddml.Core.DataSources.PPInternalTableManager.getPPStatistic  ) 
 

Returns the statistics related to the preprocessing section.

Returns:
DataStatisticManager.

Implemented in kddml.Core.DataSources.PPInternalTable.


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