Uses of Interface
tools.tree.trie.pattern.InterfacePattern

Packages that use InterfacePattern
tools.tree.trie   
tools.tree.trie.pattern   
 

Uses of InterfacePattern in tools.tree.trie
 

Constructors in tools.tree.trie with parameters of type InterfacePattern
TrieNode(InterfacePattern pattern)
           
 

Uses of InterfacePattern in tools.tree.trie.pattern
 

Classes in tools.tree.trie.pattern that implement InterfacePattern
 class HashedPattern
           
 class Pattern
           
 class PatternString
           
 

Methods in tools.tree.trie.pattern that return types with arguments of type InterfacePattern
 java.util.ArrayList<InterfacePattern> PatternContainer.getPatterns()
           
 

Methods in tools.tree.trie.pattern with parameters of type InterfacePattern
 void PatternContainer.addSimplePattern(InterfacePattern p)
           
 

Method parameters in tools.tree.trie.pattern with type arguments of type InterfacePattern
 void PatternContainer.setPatterns(java.util.ArrayList<InterfacePattern> patterns)