Interface NexusBlock

All Superinterfaces:
NexusObject
All Known Implementing Classes:
CharactersBlock, DataBlock, DistancesBlock, NexusBlock.Abstract, TaxaBlock, TreesBlock

public interface NexusBlock extends NexusObject
Represents a Nexus block.
Since:
1.6
Author:
Richard Holland, Tobias Thierer, Jim Balhoff
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the block name.

    Methods inherited from interface org.biojavax.bio.phylo.io.nexus.NexusObject

    writeObject
  • Method Details