Uses of Class
org.forester.phylogeny.data.ProteinDomain
-
Packages that use ProteinDomain Package Description org.forester.archaeopteryx.phylogeny.data org.forester.io.parsers.phyloxml.data org.forester.phylogeny.data -
-
Uses of ProteinDomain in org.forester.archaeopteryx.phylogeny.data
Methods in org.forester.archaeopteryx.phylogeny.data that return ProteinDomain Modifier and Type Method Description ProteinDomain
RenderableDomainArchitecture. getDomain(int i)
Methods in org.forester.archaeopteryx.phylogeny.data that return types with arguments of type ProteinDomain Modifier and Type Method Description java.util.SortedMap<java.math.BigDecimal,ProteinDomain>
RenderableDomainArchitecture. getDomains()
-
Uses of ProteinDomain in org.forester.io.parsers.phyloxml.data
Methods in org.forester.io.parsers.phyloxml.data that return ProteinDomain Modifier and Type Method Description ProteinDomain
ProteinDomainParser. parse(XmlElement element)
-
Uses of ProteinDomain in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return ProteinDomain Modifier and Type Method Description ProteinDomain
DomainArchitecture. getDomain(int i)
Methods in org.forester.phylogeny.data that return types with arguments of type ProteinDomain Modifier and Type Method Description java.util.SortedMap<java.math.BigDecimal,ProteinDomain>
DomainArchitecture. getDomains()
Methods in org.forester.phylogeny.data with parameters of type ProteinDomain Modifier and Type Method Description void
DomainArchitecture. addDomain(ProteinDomain pd)
-