org.expasy.jpl.commons.collection.symbol
Interface Symbol<T>

All Known Implementing Classes:
AbstractSymbol

public interface Symbol<T>

The Symbol interface should be implemented by any symbol class defined by a character id and a SymbolType<T>.

Version:
1.0
Author:
nikitin

Nested Class Summary
static interface Symbol.SymbolType<T>
          A symbol type is defined by a name and an alphabet
 
Method Summary
 char getName()
           
 Symbol.SymbolType<T> getType()
           
 

Method Detail

getName

char getName()
Returns:
the symbol name character

getType

Symbol.SymbolType<T> getType()
Returns:
the symbol type


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