Uses of Interface
org.biojava.nbio.structure.PDBRecord
-
Packages that use PDBRecord Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io Input and Output of Structures -
-
Uses of PDBRecord in org.biojava.nbio.structure
Subinterfaces of PDBRecord in org.biojava.nbio.structure Modifier and Type Interface Description interface
Atom
A simple interface for an Atom.Classes in org.biojava.nbio.structure that implement PDBRecord Modifier and Type Class Description class
AtomImpl
Implementation of an Atom of a PDB file.class
DBRef
A class to represent database cross references.class
PDBHeader
A class that contains PDB Header information.class
Site
Holds the data of sites presented in PDB files. -
Uses of PDBRecord in org.biojava.nbio.structure.io
Classes in org.biojava.nbio.structure.io that implement PDBRecord Modifier and Type Class Description class
SSBondImpl
A simple bean to store disulfide bridge information, the SSBOND records in the PDB files.
-