Uses of Class
org.biojava.nbio.structure.PDBHeader
-
Packages that use PDBHeader Package Description org.biojava.nbio.structure -
-
Uses of PDBHeader in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return PDBHeader Modifier and Type Method Description PDBHeader
Structure. getPDBHeader()
Return the header information for this PDB file.PDBHeader
StructureImpl. getPDBHeader()
Return the header information for this PDB file.Methods in org.biojava.nbio.structure with parameters of type PDBHeader Modifier and Type Method Description boolean
PDBHeader. equals(PDBHeader other)
Compare two PDBHeader objectsvoid
Structure. setPDBHeader(PDBHeader header)
Set the the header information for this PDB filevoid
StructureImpl. setPDBHeader(PDBHeader pdbHeader)
Set the the header information for this PDB file
-