Interface NexusObject

All Known Subinterfaces:
NexusBlock
All Known Implementing Classes:
CharactersBlock, DataBlock, DistancesBlock, NexusBlock.Abstract, NexusComment, TaxaBlock, TreesBlock

public interface NexusObject
Represents general info about nexus objects.
Since:
1.6
Author:
Richard Holland, Tobias Thierer, Jim Balhoff
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes this object to the given writer.
  • Method Details

    • writeObject

      void writeObject(Writer writer) throws IOException
      Writes this object to the given writer.
      Parameters:
      writer - the writer to write to.
      Throws:
      IOException - if it could not be written.