org.biojava.bio.symbol
Interface CrossProductSymbol
- public interface CrossProductSymbol
- extends Symbol
Symbol in a CrossProductAlphabet.
The getName method should return a string that is bracketed, and seperates
each contained Symbol with a comma.
- Author:
- Thomas Down
Method Summary |
java.util.List |
getSymbols()
Return an immutable ordered list of symbols which are
represented by this CrossProductSymbol. |
getSymbols
public java.util.List getSymbols()
- Return an immutable ordered list of symbols which are
represented by this CrossProductSymbol.