Hi, there,

The interface Alphabet has a method
    public SymbolTokenization getTokenization(java.lang.String name) throws 
BioException

Every alphabet should have a SymbolParser under the name 'token' that uses the symbol 
token characters to translate a string into a SymbolList. Likewise, there should be a 
SymbolParser under the name 'name' that uses symbol names to identify symbols.

I'd like to know how I can have these two SymbolParsers under the names 'token' and 
'name' incorporated into an alphabet I intend to create by myself.

Thanks a lot.

Zhen

_______________________________________________
Biojava-l mailing list  -  [EMAIL PROTECTED]
http://biojava.org/mailman/listinfo/biojava-l

Reply via email to