Uses of Class
org.forester.phylogeny.data.SequenceRelation
-
Packages that use SequenceRelation Package Description org.forester.io.parsers.phyloxml.data org.forester.phylogeny.data -
-
Uses of SequenceRelation in org.forester.io.parsers.phyloxml.data
Methods in org.forester.io.parsers.phyloxml.data that return SequenceRelation Modifier and Type Method Description SequenceRelationSequenceRelationParser. parse(XmlElement element) -
Uses of SequenceRelation in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return types with arguments of type SequenceRelation Modifier and Type Method Description java.util.List<SequenceRelation>Sequence. getSequenceRelations()Methods in org.forester.phylogeny.data with parameters of type SequenceRelation Modifier and Type Method Description voidSequence. addSequenceRelation(SequenceRelation sr)
-