Uses of Class
org.forester.phylogeny.data.Reference
Packages that use Reference
-
Uses of Reference in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return ReferenceModifier and TypeMethodDescriptionNodeData.getReference()Convenience method -- always returns the first Reference.NodeData.getReference(int index) Methods in org.forester.phylogeny.data that return types with arguments of type ReferenceMethods in org.forester.phylogeny.data with parameters of type ReferenceModifier and TypeMethodDescriptionvoidNodeData.addReference(Reference reference) voidNodeData.setReference(int index, Reference reference) voidNodeData.setReference(Reference reference) Convenience method -- always sets the first Reference.