Uses of Class
org.processmining.plugins.workshop.Yaguang.ca.Itemset
-
Packages that use Itemset Package Description org.processmining.plugins.workshop.Yaguang.ca -
-
Uses of Itemset in org.processmining.plugins.workshop.Yaguang.ca
Methods in org.processmining.plugins.workshop.Yaguang.ca that return Itemset Modifier and Type Method Description ItemsetItemset. cloneItemSet()It clones the itemset.ItemsetSequence. get(int index)It gets a particular itemset from the sequenceItemsetSequence. remove(int indexItemset)It removes the specified itemset from the sequenceMethods in org.processmining.plugins.workshop.Yaguang.ca that return types with arguments of type Itemset Modifier and Type Method Description java.util.List<Itemset>Sequence. getItemsets()It gets the list of itemsets in this sequenceMethods in org.processmining.plugins.workshop.Yaguang.ca with parameters of type Itemset Modifier and Type Method Description voidSequence. addItemset(Itemset itemset)It adds an itemset in the last position of the sequence
-