Package org.biojavax.bio.phylo.io.nexus
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 TypeMethodDescriptionvoid
writeObject
(Writer writer) Writes this object to the given writer.
-
Method Details
-
writeObject
Writes this object to the given writer.- Parameters:
writer
- the writer to write to.- Throws:
IOException
- if it could not be written.
-