Uses of Class
org.biojava.bio.structure.PDBHeader
-
Packages that use PDBHeader Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB).org.biojava.bio.structure.server classes for easier management of PDB installations -
-
Uses of PDBHeader in org.biojava.bio.structure
Methods in org.biojava.bio.structure that return PDBHeader Modifier and Type Method Description PDBHeaderStructure. getPDBHeader()return the header information for this PDB filePDBHeaderStructureImpl. getPDBHeader()Methods in org.biojava.bio.structure with parameters of type PDBHeader Modifier and Type Method Description booleanPDBHeader. equals(PDBHeader other)Compare two PDBHeader objectsvoidStructure. setPDBHeader(PDBHeader header)the the header information for this PDB filevoidStructureImpl. setPDBHeader(PDBHeader pdbHeader) -
Uses of PDBHeader in org.biojava.bio.structure.server
Methods in org.biojava.bio.structure.server that return PDBHeader Modifier and Type Method Description PDBHeaderFlatFileInstallation. getPDBHeader(java.lang.String pdbId)PDBHeaderMMCIFFileInstallation. getPDBHeader(java.lang.String pdbId)PDBHeaderPDBInstallation. getPDBHeader(java.lang.String pdbId)get the PDB header for a single protein structureMethods in org.biojava.bio.structure.server that return types with arguments of type PDBHeader Modifier and Type Method Description java.util.List<PDBHeader>FlatFileInstallation. getAll()java.util.List<PDBHeader>MMCIFFileInstallation. getAll()java.util.List<PDBHeader>PDBInstallation. getAll()get all PDBHeaders that pass the added Filters, if no filters have been added returns all available PDBsMethods in org.biojava.bio.structure.server with parameters of type PDBHeader Modifier and Type Method Description booleanPDBFilter. accept(PDBHeader header)return true if this PDBHeader is passing this filter.
-