Package org.biojavax.bio.phylo.io.nexus
Interface NexusBlock
- All Superinterfaces:
NexusObject
- All Known Implementing Classes:
CharactersBlock
,DataBlock
,DistancesBlock
,NexusBlock.Abstract
,TaxaBlock
,TreesBlock
Represents a Nexus block.
- Since:
- 1.6
- Author:
- Richard Holland, Tobias Thierer, Jim Balhoff
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.biojavax.bio.phylo.io.nexus.NexusObject
writeObject
-
Method Details
-
getBlockName
Get the block name.- Returns:
- the block name.
-