Package org.biojavax.bio.phylo.io.nexus
Interface NexusBlockBuilder
-
- All Superinterfaces:
NexusBlockListener
- All Known Implementing Classes:
CharactersBlockBuilder
,DataBlockBuilder
,DistancesBlockBuilder
,NexusBlockBuilder.Abstract
,TaxaBlockBuilder
,TreesBlockBuilder
public interface NexusBlockBuilder extends NexusBlockListener
Builds a Nexus block from listening to events.- Since:
- 1.6
- Author:
- Richard Holland, Tobias Thierer, Jim Balhoff
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NexusBlockBuilder.Abstract
This abstract version knows how to build and add comments.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NexusBlock
getNexusBlock()
Obtain the constructed block.-
Methods inherited from interface org.biojavax.bio.phylo.io.nexus.NexusBlockListener
beginComment, commentText, endBlock, endComment, endTokenGroup, startBlock
-
-
-
-
Method Detail
-
getNexusBlock
NexusBlock getNexusBlock()
Obtain the constructed block.- Returns:
- the constructed block.
-
-