Uses of Class
org.forester.phylogeny.data.Reference
-
Packages that use Reference Package Description org.forester.phylogeny.data -
-
Uses of Reference in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Reference Modifier and Type Method Description Reference
NodeData. getReference()
Convenience method -- always returns the first Reference.Reference
NodeData. getReference(int index)
Methods in org.forester.phylogeny.data that return types with arguments of type Reference Modifier and Type Method Description java.util.List<Reference>
NodeData. getReferences()
Methods in org.forester.phylogeny.data with parameters of type Reference Modifier and Type Method Description void
NodeData. addReference(Reference reference)
void
NodeData. setReference(int index, Reference reference)
void
NodeData. setReference(Reference reference)
Convenience method -- always sets the first Reference.
-