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 TypeClassDescriptionclassRepresents Nexus characters blocks.classRepresents Nexus data blocks.classRepresents Nexus distances blocks.static classclassRepresents a Nexus comment, possibly nested.classRepresents Nexus taxa blocks.classRepresents Nexus trees blocks.Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusObjectModifier and TypeMethodDescriptionvoidNexusFile.addObject(NexusObject object) Appends an object to the end of the file.booleanNexusFile.containsObject(NexusObject object) Checks to see if we contain an object.voidNexusFile.insertObject(NexusObject object, int pos) Inserts an object at the given position.voidNexusFile.removeObject(NexusObject object) Removes an object from the file.