Uses of Class
org.processmining.plugins.workshop.Yaguang.ca.ItemAbstractionPair
-
Packages that use ItemAbstractionPair Package Description org.processmining.plugins.workshop.Yaguang.ca -
-
Uses of ItemAbstractionPair in org.processmining.plugins.workshop.Yaguang.ca
Methods in org.processmining.plugins.workshop.Yaguang.ca that return ItemAbstractionPair Modifier and Type Method Description ItemAbstractionPairItemAbstractionPairCreator. getItemAbstractionPair(Item item, Abstraction_Generic abstraction)ItemAbstractionPairPattern. getIthElement(int i)It obtains the Ith element of the patternItemAbstractionPairPattern. getLastButOneElement()It obtains the last but one element of the patternItemAbstractionPairTrie. getPair(int index)It gets the pair of the ith childItemAbstractionPairTrieNode. getPair()It gets the ItemAbstractionPair object kept in the TrieNodeItemAbstractionPairPattern. getPenultimoComponente()Methods in org.processmining.plugins.workshop.Yaguang.ca that return types with arguments of type ItemAbstractionPair Modifier and Type Method Description java.util.List<ItemAbstractionPair>Pattern. getElements()It obtains the elements of the patternMethods in org.processmining.plugins.workshop.Yaguang.ca with parameters of type ItemAbstractionPair Modifier and Type Method Description voidPattern. add(ItemAbstractionPair pair)It adds an item with its abstraction in the pattern.intItemAbstractionPair. compareTo(ItemAbstractionPair o)PatternPattern. concatenate(ItemAbstractionPair pair)It concatenates the given pair as a last element of the patternPatternPatternCreator. concatenate(Pattern p1, ItemAbstractionPair pair)It concatenates a pair to the given patternPatternPatternCreator. createPattern(ItemAbstractionPair pair)It creates a pattern of only one item.voidTrieNode. setPair(ItemAbstractionPair child)It updates the ItemAbstractionPair component of the TrieNode by the pair given as parameterMethod parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type ItemAbstractionPair Modifier and Type Method Description PatternPatternCreator. createPattern(java.util.List<ItemAbstractionPair> elements)It creates a pattern from a list of pairs of the form. voidPattern. setElements(java.util.List<ItemAbstractionPair> elements)Setter method to set the elements of the patternConstructors in org.processmining.plugins.workshop.Yaguang.ca with parameters of type ItemAbstractionPair Constructor Description Pattern(ItemAbstractionPair pair)New pattern from a single pairTrieNode(ItemAbstractionPair pair)Creation of a TrieNode by means of only the pair componentTrieNode(ItemAbstractionPair pair, Trie child)Creation of a TrieNode by means of both pair and Trie componentsTrieNode(ItemAbstractionPair pair, Trie child, boolean alreadyExplored)Creation of a TrieNode by means of both pair and Trie components and indicating if the node has already been traversedConstructor parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type ItemAbstractionPair Constructor Description Pattern(java.util.List<ItemAbstractionPair> elements)New pattern from a list of pairs
-