Uses of Class
jbil.sequence.AtomicCharSymbol

Packages that use AtomicCharSymbol
jbil.sequence   
 

Uses of AtomicCharSymbol in jbil.sequence
 

Fields in jbil.sequence declared as AtomicCharSymbol
static AtomicCharSymbol ExtendedDNAAlphabet.a
          The atomic 'a' symbol
static AtomicCharSymbol DNAAlphabet.a
          The atomic 'a' symbol
static AtomicCharSymbol ExtendedDNAAlphabet.c
          The atomic 'a' symbol
static AtomicCharSymbol DNAAlphabet.c
          The atomic 'c' symbol
static AtomicCharSymbol ExtendedDNAAlphabet.g
          The atomic 'a' symbol
static AtomicCharSymbol DNAAlphabet.g
          The atomic 'g' symbol
static AtomicCharSymbol ExtendedDNAAlphabet.t
          The atomic 'a' symbol
static AtomicCharSymbol DNAAlphabet.t
          The atomic 't' symbol
 

Methods in jbil.sequence that return AtomicCharSymbol
 AtomicCharSymbol ExtendedDNAAlphabet.a()
           
 AtomicCharSymbol DNAAlphabet.a()
           
 AtomicCharSymbol ExtendedDNAAlphabet.c()
           
 AtomicCharSymbol DNAAlphabet.c()
           
 AtomicCharSymbol ExtendedDNAAlphabet.g()
           
 AtomicCharSymbol DNAAlphabet.g()
           
 AtomicCharSymbol ExtendedDNAAlphabet.t()
           
 AtomicCharSymbol DNAAlphabet.t()