Uses of Interface
pal.datatype.AmbiguousDataType

Packages that use AmbiguousDataType
pal.datatype Classes describing data types (nucleotides, amino acids, codons, codon tables etc.) 
 

Uses of AmbiguousDataType in pal.datatype
 

Classes in pal.datatype that implement AmbiguousDataType
 class IUPACNucleotides
          implements DataType for nucleotides with ambiguous characters
 

Methods in pal.datatype that return AmbiguousDataType
 AmbiguousDataType IUPACNucleotides.getAmbiguousVersion()
           
 AmbiguousDataType SimpleDataType.getAmbiguousVersion()
           
 AmbiguousDataType DataType.getAmbiguousVersion()