Uses of Interface
org.biojava.bio.structure.server.PDBInstallation
-
Packages that use PDBInstallation Package Description org.biojava.bio.structure.server classes for easier management of PDB installations -
-
Uses of PDBInstallation in org.biojava.bio.structure.server
Classes in org.biojava.bio.structure.server that implement PDBInstallation Modifier and Type Class Description classFlatFileInstallationa PDB installation that reads all files from one directory in the file system.classMMCIFFileInstallationMethods in org.biojava.bio.structure.server that return PDBInstallation Modifier and Type Method Description PDBInstallationSimpleStructureServer. getPDBInstallation()PDBInstallationStructureServer. getPDBInstallation()Methods in org.biojava.bio.structure.server with parameters of type PDBInstallation Modifier and Type Method Description voidSimpleStructureServer. setPDBInstallation(PDBInstallation installation)voidStructureServer. setPDBInstallation(PDBInstallation installation)Constructors in org.biojava.bio.structure.server with parameters of type PDBInstallation Constructor Description StructureFetcherRunnable(PDBInstallation installation)
-