public class ItemSet extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(List<String> items) |
void |
addItem(String item) |
boolean |
containsItem(String item) |
void |
copy(ItemSet rhs) |
int |
countItems() |
String |
dropFirstItem() |
String |
dropLastItem() |
boolean |
equals(Object obj) |
String |
firstItem() |
String |
getItemAt(int k) |
List<String> |
getItems() |
int |
getParentSupport() |
int |
getSupport() |
int |
hashCode() |
void |
incSupport() |
boolean |
isSubsetOf(ItemSet rhs) |
String |
lastItem() |
ItemSet |
makeCopy() |
void |
prependItem(String item) |
void |
setItems(List<String> items) |
void |
setParentSupport(int parentSupport) |
void |
setSupport(int support) |
String |
toString() |
public int getSupport()
public void setSupport(int support)
public int countItems()
public String getItemAt(int k)
public boolean containsItem(String item)
public void copy(ItemSet rhs)
public ItemSet makeCopy()
public int getParentSupport()
public void setParentSupport(int parentSupport)
public String lastItem()
public void incSupport()
public void addItem(String item)
public void prependItem(String item)
public String dropFirstItem()
public String dropLastItem()
public boolean isSubsetOf(ItemSet rhs)
public String firstItem()
Copyright © 2017. All rights reserved.