Uses of Class
org.biojava.bio.structure.io.PDBParseException
-
Packages that use PDBParseException Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB). -
-
Uses of PDBParseException in org.biojava.bio.structure
Methods in org.biojava.bio.structure that throw PDBParseException Modifier and Type Method Description Structure
Mutator. mutate(Structure struc, java.lang.String chainId, java.lang.String pdbResnum, java.lang.String newType)
creates a new structure which is identical with the original one.AminoAcid
Mutator. mutateResidue(AminoAcid oldAmino, java.lang.String newType)
create a new residue which is of the new type.void
AminoAcidImpl. setPDBName(java.lang.String s)
set three character name of AminoAcid.void
Group. setPDBName(java.lang.String s)
Set the PDB 3 letter name for this group.void
HetatomImpl. setPDBName(java.lang.String s)
set three character name of Group .
-