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 ReferenceNodeData. getReference()Convenience method -- always returns the first Reference.ReferenceNodeData. 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 voidNodeData. addReference(Reference reference)voidNodeData. setReference(int index, Reference reference)voidNodeData. setReference(Reference reference)Convenience method -- always sets the first Reference.
-