|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.symbol.PackedSymbolListFactory
This class makes PackedSymbolLists. It could be refactored into the PackedSymbolList class eventually.
Constructor Summary | |
PackedSymbolListFactory()
Create a factory for PackedSymbolLists. |
|
PackedSymbolListFactory(boolean ambiguity)
Deprecated. the argumentless constructor creates a SymbolListFactory that will autoselect the packing appropriately. |
Method Summary | |
SymbolList |
makeSymbolList(Symbol[] symbolArray,
int size,
Alphabet alfa)
makes a SymbolList containing size Symbols from a Symbol array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PackedSymbolListFactory()
public PackedSymbolListFactory(boolean ambiguity)
Method Detail |
public SymbolList makeSymbolList(Symbol[] symbolArray, int size, Alphabet alfa) throws IllegalAlphabetException
SymbolListFactory
makeSymbolList
in interface SymbolListFactory
IllegalAlphabetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |