Uses of Class
org.forester.phylogeny.data.Uri
-
Packages that use Uri Package Description org.forester.phylogeny.data -
-
Uses of Uri in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Uri Modifier and Type Method Description UriAnnotation. getUri(int index)UriMultipleUris. getUri(int index)UriSequence. getUri(int index)UriTaxonomy. getUri(int index)Methods in org.forester.phylogeny.data that return types with arguments of type Uri Modifier and Type Method Description java.util.List<Uri>Annotation. getUris()java.util.List<Uri>MultipleUris. getUris()java.util.List<Uri>Sequence. getUris()java.util.List<Uri>Taxonomy. getUris()Methods in org.forester.phylogeny.data with parameters of type Uri Modifier and Type Method Description voidAnnotation. addUri(Uri uri)voidMultipleUris. addUri(Uri uri)voidSequence. addUri(Uri uri)voidTaxonomy. addUri(Uri uri)Method parameters in org.forester.phylogeny.data with type arguments of type Uri Modifier and Type Method Description voidAnnotation. setUris(java.util.List<Uri> uris)voidMultipleUris. setUris(java.util.List<Uri> uris)voidSequence. setUris(java.util.List<Uri> uris)voidTaxonomy. setUris(java.util.List<Uri> uris)
-