Package | Description |
---|---|
org.biojavax.bio.phylo.io.nexus |
Classes to support the I/O of Nexus files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NexusBlock
Represents a Nexus block.
|
Modifier and Type | Class and Description |
---|---|
class |
CharactersBlock
Represents Nexus characters blocks.
|
class |
DataBlock
Represents Nexus data blocks.
|
class |
DistancesBlock
Represents Nexus distances blocks.
|
static class |
NexusBlock.Abstract |
class |
NexusComment
Represents a Nexus comment, possibly nested.
|
class |
TaxaBlock
Represents Nexus taxa blocks.
|
class |
TreesBlock
Represents Nexus trees blocks.
|
Modifier and Type | Method and Description |
---|---|
void |
NexusFile.addObject(NexusObject object)
Appends an object to the end of the file.
|
boolean |
NexusFile.containsObject(NexusObject object)
Checks to see if we contain an object.
|
void |
NexusFile.insertObject(NexusObject object,
int pos)
Inserts an object at the given position.
|
void |
NexusFile.removeObject(NexusObject object)
Removes an object from the file.
|
Copyright © 2014 BioJava. All rights reserved.