Inheritance diagram for kddml.Core.DataSources.TransactionalInternalTableManager:
Public Member Functions | |
int | getTransactionPosition () |
int | getEventPosition () |
TransactionManager | loadNextTransaction () throws InternalTableException |
boolean | hasNextTransaction () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the position of the field "transaction" in the data schema.
Implemented in kddml.Core.DataSources.TransactionalInternalTable. |
|
Returns the position of the field "event" in the data schema
Implemented in kddml.Core.DataSources.TransactionalInternalTable. |
|
Returns the next transaction of the transactional table.
Implemented in kddml.Core.DataSources.TransactionalInternalTable. |
|
Returns true if the transactional table has more transactions.
Implemented in kddml.Core.DataSources.TransactionalInternalTable. |