Uses of Class
org.expasy.jpl.commons.collection.symbol.AlphabetImpl

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

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

Methods in org.expasy.jpl.commons.collection.symbol that return AlphabetImpl
static
<T> AlphabetImpl<T>
AlphabetImpl.fromSymbols(Symbol.SymbolType<T> type, TreeView<? extends Symbol<T>> tree)
          Create an alphabet from the tree of symbols (mapping name -> symbol tree).
static
<T> AlphabetImpl<T>
AlphabetImpl.newInstance(Symbol.SymbolType<T> type)
           
 

Methods in org.expasy.jpl.commons.collection.symbol with parameters of type AlphabetImpl
 void SymbolTable.addAlphabet(AlphabetImpl<T> alphabet)
           
 



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