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 classRenderableDomainArchitectureConstructors 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 DomainArchitectureDomainArchitectureParser. 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 DomainArchitectureSequence. getDomainArchitecture()Methods in org.forester.phylogeny.data with parameters of type DomainArchitecture Modifier and Type Method Description voidSequence. setDomainArchitecture(DomainArchitecture ds)
-