Uses of Class
org.processmining.plugins.workshop.Yaguang.ca.TrieNode
-
Packages that use TrieNode Package Description org.processmining.plugins.workshop.Yaguang.ca -
-
Uses of TrieNode in org.processmining.plugins.workshop.Yaguang.ca
Fields in org.processmining.plugins.workshop.Yaguang.ca with type parameters of type TrieNode Modifier and Type Field Description protected java.util.List<TrieNode>FrequentPatternEnumeration_ClaSP. firstSequenceExtensionsTin inserts:Methods in org.processmining.plugins.workshop.Yaguang.ca that return TrieNode Modifier and Type Method Description TrieNodeTrie. getNode(int index)It gets the whole TrieNode of the ith childMethods in org.processmining.plugins.workshop.Yaguang.ca that return types with arguments of type TrieNode 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<TrieNode>Trie. getNodes()It gets the list of nodes associated with the TrieMethods in org.processmining.plugins.workshop.Yaguang.ca with parameters of type TrieNode Modifier and Type Method Description voidTrie. mergeWithTrie(TrieNode trie)It merges a trie with another one, inserting the TrieNode given as parameter in the list of node associated with the current Trie.voidTrie. mergeWithTrie_i(TrieNode trie)voidTrie. setNode(int index, TrieNode node)It updates the whole TrieNode of the ith childMethod parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type TrieNode 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)voidTrie. setNodes(java.util.List<TrieNode> nodes)It updates the list of nodes associated with the TrieConstructor parameters in org.processmining.plugins.workshop.Yaguang.ca with type arguments of type TrieNode Constructor Description Trie(java.util.List<TrieNode> nodes)Constructor of a Trie by means of a list of NodeTrie.Trie(java.util.List<TrieNode> nodes, IDList idList)Constructor of a Trie by means of a list of NodeTrie and the IdList of the pattern associated to the trie.
-