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 PDBHeader
Structure. getPDBHeader()
return the header information for this PDB filePDBHeader
StructureImpl. getPDBHeader()
Methods in org.biojava.bio.structure with parameters of type PDBHeader Modifier and Type Method Description boolean
PDBHeader. equals(PDBHeader other)
Compare two PDBHeader objectsvoid
Structure. setPDBHeader(PDBHeader header)
the the header information for this PDB filevoid
StructureImpl. 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 PDBHeader
FlatFileInstallation. getPDBHeader(java.lang.String pdbId)
PDBHeader
MMCIFFileInstallation. getPDBHeader(java.lang.String pdbId)
PDBHeader
PDBInstallation. 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 boolean
PDBFilter. accept(PDBHeader header)
return true if this PDBHeader is passing this filter.
-