Uses of Interface
org.biojavax.bio.phylo.io.nexus.NexusObject
Packages that use NexusObject
-
Uses of NexusObject in org.biojavax.bio.phylo.io.nexus
Subinterfaces of NexusObject in org.biojavax.bio.phylo.io.nexusClasses in org.biojavax.bio.phylo.io.nexus that implement NexusObjectModifier and TypeClassDescriptionclass
Represents Nexus characters blocks.class
Represents Nexus data blocks.class
Represents Nexus distances blocks.static class
class
Represents a Nexus comment, possibly nested.class
Represents Nexus taxa blocks.class
Represents Nexus trees blocks.Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusObjectModifier and TypeMethodDescriptionvoid
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.