Uses of Interface
org.expasy.jpl.commons.collection.symbol.Alphabet

Packages that use Alphabet
org.expasy.jpl.commons.collection.symbol Provides symbols and alphabets. 
 

Uses of Alphabet in org.expasy.jpl.commons.collection.symbol
 

Classes in org.expasy.jpl.commons.collection.symbol that implement Alphabet
 class AlphabetImpl<T>
          An alphabet is a finite set of symbols.
 

Fields in org.expasy.jpl.commons.collection.symbol declared as Alphabet
protected  Alphabet<T> AbstractSymbolType.alphabet
           
 

Fields in org.expasy.jpl.commons.collection.symbol with type parameters of type Alphabet
protected  Map<Symbol.SymbolType<T>,Alphabet<T>> SymbolTable.alphabets
           
 

Methods in org.expasy.jpl.commons.collection.symbol that return Alphabet
 Alphabet<T> Symbol.SymbolType.getAlphabet()
          the alphabet
 Alphabet<T> AbstractSymbolType.getAlphabet()
           
 Alphabet<T> SymbolTable.getAlphabet(Symbol.SymbolType<T> type)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.