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

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

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

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

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

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.