|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.phylo.io.nexus.NexusBlock.Abstract
org.biojavax.bio.phylo.io.nexus.CharactersBlock
org.biojavax.bio.phylo.io.nexus.DataBlock
public class DataBlock
Represents Nexus data blocks.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biojavax.bio.phylo.io.nexus.NexusBlock |
---|
NexusBlock.Abstract |
Field Summary | |
---|---|
static java.lang.String |
DATA_BLOCK
A constant representing the name of Data blocks. |
Fields inherited from class org.biojavax.bio.phylo.io.nexus.CharactersBlock |
---|
CHARACTERS_BLOCK |
Constructor Summary | |
---|---|
DataBlock()
Delegates to NexusBlock.Abstract constructor using DataBlock.DATA_BLOCK as the name. |
Method Summary |
---|
Methods inherited from class org.biojavax.bio.phylo.io.nexus.NexusBlock.Abstract |
---|
getBlockName, writeObject, writeToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DATA_BLOCK
Constructor Detail |
---|
public DataBlock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |