Uses of Class
org.processmining.plugins.workshop.Yaguang.ca.Item
-
Packages that use Item Package Description org.processmining.plugins.workshop.Yaguang.ca -
-
Uses of Item in org.processmining.plugins.workshop.Yaguang.ca
Methods in org.processmining.plugins.workshop.Yaguang.ca that return Item Modifier and Type Method Description ItemItemset. get(int index)It returns the item from the specified position.ItemItemAbstractionPair. getItem()ItemItemFactory. getItem(T key)Method which get an item from the pool.ItemSequence. remove(int indexItemset, int indexItem)It removes the specified item from the specified itemset in the sequenceItemItemset. removeItem(int i)It removes the item which appears in the specified index.Methods in org.processmining.plugins.workshop.Yaguang.ca that return types with arguments of type Item Modifier and Type Method Description java.util.Map<Item,TrieNode>SequenceDatabase. getFrequentItems()Get the map that makes the matching between items and equivalence classesjava.util.List<Item>Itemset. getItems()It returns the list of items that compose the itemset.Methods in org.processmining.plugins.workshop.Yaguang.ca with parameters of type Item Modifier and Type Method Description voidItemset. addItem(Item value)It adds an item to the itemset.voidSequence. addItem(int indexItemset, Item item)It adds an item in the specified itemset of the sequenceintItem. compareTo(Item i)java.lang.IntegerAbstractionCreator_Qualitative. findItemPositionInPattern(Pattern p, Item itemPair, Abstraction_Generic currentAbs, Abstraction_Generic previousAbs, java.lang.Integer currentPosition, java.lang.Integer previousPosition)It searches for a position in the pattern given as parameter where an item, also given as a parameter, appearsItemAbstractionPairItemAbstractionPairCreator. getItemAbstractionPair(Item item, Abstraction_Generic abstraction)java.lang.IntegerAbstractionCreator_Qualitative. searchForFirstAppearance(Pattern p, java.lang.Integer beginning, Item itemPair)Method that search the first appearance of an item (given as parameter) in a pattern, starting from a beginning indexvoidIdListCreator. updateProjectionDistance(java.util.Map<Item,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>> projectingDistanceMap, Item item, int id, int size, int i)voidIdListCreatorStandard_Map. updateProjectionDistance(java.util.Map<Item,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>> projectingDistance, Item item, int id, int itemsetCount, int itemsCount)Method parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type Item Modifier and Type Method Description voidIdListCreator. initializeMaps(java.util.Map<Item,TrieNode> frequentItems, java.util.Map<Item,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>> projectingDistanceMap, java.util.Map<java.lang.Integer,java.lang.Integer> sequenceSize, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> itemsetSequenceSize)voidIdListCreatorStandard_Map. initializeMaps(java.util.Map<Item,TrieNode> frequentItems, java.util.Map<Item,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>> projectingDistance, java.util.Map<java.lang.Integer,java.lang.Integer> sequenceSize, java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> sequenceItemsetsSize)voidIdListCreator. updateProjectionDistance(java.util.Map<Item,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>> projectingDistanceMap, Item item, int id, int size, int i)voidIdListCreatorStandard_Map. updateProjectionDistance(java.util.Map<Item,java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>> projectingDistance, Item item, int id, int itemsetCount, int itemsCount)Constructors in org.processmining.plugins.workshop.Yaguang.ca with parameters of type Item Constructor Description ItemAbstractionPair(Item item, Abstraction_Generic abstraction)
-