Uses of Class
org.biojava.bio.symbol.IntegerAlphabet.SubIntegerAlphabet
-
Packages that use IntegerAlphabet.SubIntegerAlphabet Package Description org.biojava.bio.program.scf Support for the SCF chromatogram format.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of IntegerAlphabet.SubIntegerAlphabet in org.biojava.bio.program.scf
Methods in org.biojava.bio.program.scf that return IntegerAlphabet.SubIntegerAlphabet Modifier and Type Method Description static IntegerAlphabet.SubIntegerAlphabet
SCF. getProbabilityAlphabet()
-
Uses of IntegerAlphabet.SubIntegerAlphabet in org.biojava.bio.seq.io
Constructors in org.biojava.bio.seq.io with parameters of type IntegerAlphabet.SubIntegerAlphabet Constructor Description SubIntegerTokenization(IntegerAlphabet.SubIntegerAlphabet alpha)
-
Uses of IntegerAlphabet.SubIntegerAlphabet in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that return IntegerAlphabet.SubIntegerAlphabet Modifier and Type Method Description static IntegerAlphabet.SubIntegerAlphabet
IntegerAlphabet. getSubAlphabet(int min, int max)
Construct a finite contiguous subset of theIntegerAlphabet
.
-