Uses of Interface
org.biojavax.bio.phylo.io.nexus.NexusBlockParser
Packages that use NexusBlockParser
-
Uses of NexusBlockParser in org.biojavax.bio.phylo.io.nexus
Classes in org.biojavax.bio.phylo.io.nexus that implement NexusBlockParserModifier and TypeClassDescriptionclass
Parses Nexus characters blocks.class
Parses Nexus data blocks.class
Parses Nexus distances blocks.static class
All block parsers should derive from this abstract parser.class
Parses Nexus taxa blocks.class
Parses Nexus taxa blocks.Methods in org.biojavax.bio.phylo.io.nexus that return NexusBlockParserModifier and TypeMethodDescriptionNexusFileListener.Abstract.getBlockParser
(String blockName) NexusFileListener.getBlockParser
(String blockName) Gets the parser to use for a given block.Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusBlockParserModifier and TypeMethodDescriptionprotected void
NexusFileBuilder.blockEnded
(NexusBlockParser blockParser) protected abstract void
NexusFileListener.Abstract.blockEnded
(NexusBlockParser blockParser) This method gets called when the block parser is expected to have finished parsing a block.void
NexusFileListener.Abstract.setBlockParser
(String blockName, NexusBlockParser parser) void
NexusFileListener.setBlockParser
(String blockName, NexusBlockParser parser) Sets the parser to use for a given block.