Package org.biojava.bio.symbol
Class SimpleSymbolListFactory
java.lang.Object
org.biojava.bio.symbol.SimpleSymbolListFactory
- All Implemented Interfaces:
SymbolListFactory
This class makes SimpleSymbolLists.
It could be refactored into the SimpleSymbolList class eventually.
- Author:
- David Huen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeSymbolList
(Symbol[] symbolArray, int size, Alphabet alfa) Create a factory for SimpleSymbolLists.
-
Constructor Details
-
SimpleSymbolListFactory
public SimpleSymbolListFactory()
-
-
Method Details
-
makeSymbolList
public SymbolList makeSymbolList(Symbol[] symbolArray, int size, Alphabet alfa) throws IllegalAlphabetException Create a factory for SimpleSymbolLists.- Specified by:
makeSymbolList
in interfaceSymbolListFactory
- Throws:
IllegalAlphabetException
-