|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Item
Item the base class for itemsets and provide all necessary frequency information.
| Method Summary | |
|---|---|
int |
getFrequency()
This method returns the frequency of this item |
void |
increaseFrequency()
This method adds one to the frequency of this item |
void |
increaseFrequency(int value)
This method increases the frequency of this item by value |
java.lang.String |
toString()
This method returns a human readable String representation of this item. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int getFrequency()
void increaseFrequency()
void increaseFrequency(int value)
value - is added to the frequencyjava.lang.String toString()
toString in class java.lang.Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||