Uses of Class
org.forester.phylogeny.data.Annotation
-
Packages that use Annotation Package Description org.forester.phylogeny.data org.forester.ws.seqdb -
-
Uses of Annotation in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Annotation Modifier and Type Method Description AnnotationSequence. getAnnotation(int i)Methods in org.forester.phylogeny.data that return types with arguments of type Annotation Modifier and Type Method Description java.util.SortedSet<Annotation>Sequence. getAnnotations()Methods in org.forester.phylogeny.data with parameters of type Annotation Modifier and Type Method Description voidSequence. addAnnotation(Annotation annotation)intAnnotation. compareTo(Annotation o) -
Uses of Annotation in org.forester.ws.seqdb
Methods in org.forester.ws.seqdb that return types with arguments of type Annotation Modifier and Type Method Description java.util.SortedSet<Annotation>EbiDbEntry. getAnnotations()java.util.SortedSet<Annotation>SequenceDatabaseEntry. getAnnotations()java.util.SortedSet<Annotation>UniProtEntry. getAnnotations()
-