Uses of Class
org.forester.phylogeny.data.DomainArchitecture
-
Packages that use DomainArchitecture Package Description org.forester.archaeopteryx.phylogeny.data org.forester.io.parsers.phyloxml.data org.forester.phylogeny.data -
-
Uses of DomainArchitecture in org.forester.archaeopteryx.phylogeny.data
Subclasses of DomainArchitecture in org.forester.archaeopteryx.phylogeny.data Modifier and Type Class Description class
RenderableDomainArchitecture
Constructors in org.forester.archaeopteryx.phylogeny.data with parameters of type DomainArchitecture Constructor Description RenderableDomainArchitecture(DomainArchitecture domain_structure)
RenderableDomainArchitecture(DomainArchitecture domain_structure, java.lang.String node_name)
-
Uses of DomainArchitecture in org.forester.io.parsers.phyloxml.data
Methods in org.forester.io.parsers.phyloxml.data that return DomainArchitecture Modifier and Type Method Description DomainArchitecture
DomainArchitectureParser. parse(XmlElement element)
-
Uses of DomainArchitecture in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return DomainArchitecture Modifier and Type Method Description DomainArchitecture
Sequence. getDomainArchitecture()
Methods in org.forester.phylogeny.data with parameters of type DomainArchitecture Modifier and Type Method Description void
Sequence. setDomainArchitecture(DomainArchitecture ds)
-