org.biojava.bio.symbol
Class SimpleSymbolListFactory
java.lang.Object
org.biojava.bio.symbol.SimpleSymbolListFactory
- All Implemented Interfaces:
- SymbolListFactory
public class SimpleSymbolListFactory
- extends Object
- implements SymbolListFactory
This class makes SimpleSymbolLists.
It could be refactored into the SimpleSymbolList class eventually.
- Author:
- David Huen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSymbolListFactory
public SimpleSymbolListFactory()
makeSymbolList
public SymbolList makeSymbolList(Symbol[] symbolArray,
int size,
Alphabet alfa)
throws IllegalAlphabetException
- Create a factory for SimpleSymbolLists.
- Specified by:
makeSymbolList
in interface SymbolListFactory
- Throws:
IllegalAlphabetException