Uses of Class
org.biojava.bio.structure.PDBHeader

Packages that use PDBHeader
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
 PDBHeader Structure.getPDBHeader()
          return the header information for this PDB file
 PDBHeader StructureImpl.getPDBHeader()
           
 

Methods in org.biojava.bio.structure with parameters of type PDBHeader
 boolean PDBHeader.equals(PDBHeader other)
          Compare two PDBHeader objects
 void Structure.setPDBHeader(PDBHeader header)
          the the header information for this PDB file
 void StructureImpl.setPDBHeader(PDBHeader pdbHeader)
           
 

Uses of PDBHeader in org.biojava.bio.structure.server
 

Methods in org.biojava.bio.structure.server that return PDBHeader
 PDBHeader FlatFileInstallation.getPDBHeader(String pdbId)
           
 PDBHeader MMCIFFileInstallation.getPDBHeader(String pdbId)
           
 PDBHeader PDBInstallation.getPDBHeader(String pdbId)
          get the PDB header for a single protein structure
 

Methods in org.biojava.bio.structure.server that return types with arguments of type PDBHeader
 List<PDBHeader> FlatFileInstallation.getAll()
           
 List<PDBHeader> MMCIFFileInstallation.getAll()
           
 List<PDBHeader> PDBInstallation.getAll()
          get all PDBHeaders that pass the added Filters, if no filters have been added returns all available PDBs
 

Methods in org.biojava.bio.structure.server with parameters of type PDBHeader
 boolean PDBFilter.accept(PDBHeader header)
          return true if this PDBHeader is passing this filter.