Class NexusBlock.Abstract

java.lang.Object
org.biojavax.bio.phylo.io.nexus.NexusBlock.Abstract
All Implemented Interfaces:
NexusBlock, NexusObject
Direct Known Subclasses:
CharactersBlock, DistancesBlock, TaxaBlock, TreesBlock
Enclosing interface:
NexusBlock

public abstract static class NexusBlock.Abstract extends Object implements NexusBlock
  • Constructor Details

    • Abstract

      public Abstract(String blockName)
      Construct a block with a given name.
      Parameters:
      blockName - the name to give the block.
  • Method Details