Uses of Class
jebl.evolution.io.NexusImporter.NexusBlock
-
Packages that use NexusImporter.NexusBlock Package Description jebl.evolution.io -
-
Uses of NexusImporter.NexusBlock in jebl.evolution.io
Methods in jebl.evolution.io that return NexusImporter.NexusBlock Modifier and Type Method Description NexusImporter.NexusBlock
NexusImporter. findNextBlock()
Read ahead to the next block in the input.static NexusImporter.NexusBlock
NexusImporter.NexusBlock. valueOf(java.lang.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 are declared.
-