Uses of Class
jebl.evolution.io.NexusImporter.NexusBlock

Packages that use NexusImporter.NexusBlock
jebl.evolution.io   
 

Uses of NexusImporter.NexusBlock in jebl.evolution.io
 

Methods in jebl.evolution.io that return NexusImporter.NexusBlock
 NexusImporter.NexusBlock NexusImporter.findNextBlock()
          This function returns an integer to specify what the next block in the file is.
static NexusImporter.NexusBlock NexusImporter.NexusBlock.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NexusImporter.NexusBlock[] NexusImporter.NexusBlock.values()
          Returns an array containing the constants of this enum type, in the order they're declared.