Uses of Class
org.biojava.bio.symbol.AbstractAlphabet
-
Packages that use AbstractAlphabet Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of AbstractAlphabet in org.biojava.bio.symbol
Subclasses of AbstractAlphabet in org.biojava.bio.symbol Modifier and Type Class Description static class
IntegerAlphabet.SubIntegerAlphabet
A class to represent a finite contiguous subset of the infinite IntegerAlphabetclass
SimpleAlphabet
A simple no-frills implementation of the FiniteAlphabet interface.class
SingletonAlphabet
An alphabet that contains a single atomic symbol.
-