Inheritance diagram for kddml.Core.DataMining.AssociationRules.TransactionManager:
Public Member Functions | |
java.util.Iterator | getItems () |
boolean | contains (ItemManager item) |
int | getNumberOfItems () |
boolean | isBoolean () |
boolean | addItem (ItemManager item) throws AssociationModelException |
boolean | isEmpty () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns an enumeration of items belonging to the transaction.
Implemented in kddml.Core.DataMining.AssociationRules.Transaction. |
|
Returns true if this transaction contains the specified element. More formally, returns true if and only if this collection contains at least one element e such that (item==null ? e==null : item.equals(e)).
Implemented in kddml.Core.DataMining.AssociationRules.Transaction. |
|
Returns the number of items.
Implemented in kddml.Core.DataMining.AssociationRules.Transaction. |
|
Returns true if the transaction contains boolean items.
Implemented in kddml.Core.DataMining.AssociationRules.Transaction. |
|
Adds a new item to this transaction only if the transaction do not contain the item.
Implemented in kddml.Core.DataMining.AssociationRules.Transaction. |
|
Tests if this transaction do not contain items.
Implemented in kddml.Core.DataMining.AssociationRules.Transaction. |