Package org.expasy.jpl.commons.collection.symbol

Provides symbols and alphabets.

See:
          Description

Interface Summary
Alphabet<T> This Alphabet interface is implemented by any alphabet.
AlphabetView<T> This AlphabetView interface is implemented by any read-only alphabet.
DataSymbolRegister<T> A symbol manager makes the link between symbols and T-typed data.
Symbol<T> The Symbol interface should be implemented by any symbol class defined by a character id and a SymbolType<T>.
Symbol.SymbolType<T> A symbol type is defined by a name and an alphabet
 

Class Summary
AbstractDataSymbolRegister<T> Generic data symbol manager to include in jpl.
AbstractSymbol<T> The basic symbol class.
AbstractSymbolType<T>  
AlphabetImpl<T> An alphabet is a finite set of symbols.
SymbolTable<T> A table that stores symbols grouped by alphabet type.
 

Exception Summary
AlphabetException  
SymbolNotFoundException  
 

Package org.expasy.jpl.commons.collection.symbol Description

Provides symbols and alphabets.



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