Uses of Interface
org.openscience.cdk.interfaces.IPDBAtom
-
Packages that use IPDBAtom Package Description org.openscience.cdk.debug org.openscience.cdk.interfaces org.openscience.cdk.protein.data org.openscience.cdk.silent -
-
Uses of IPDBAtom in org.openscience.cdk.debug
Classes in org.openscience.cdk.debug that implement IPDBAtom Modifier and Type Class Description class
DebugPDBAtom
Debugging data class. -
Uses of IPDBAtom in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces with parameters of type IPDBAtom Modifier and Type Method Description void
IPDBPolymer. addAtom(IPDBAtom oAtom)
Adds the atom oAtom without specifying a Monomer or a Strand.void
IPDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer, IStrand oStrand)
Adds the atom to a specified Strand and a specified Monomer. -
Uses of IPDBAtom in org.openscience.cdk.protein.data
Classes in org.openscience.cdk.protein.data that implement IPDBAtom Modifier and Type Class Description class
PDBAtom
Represents the idea of an atom as used in PDB files.Methods in org.openscience.cdk.protein.data with parameters of type IPDBAtom Modifier and Type Method Description void
PDBPolymer. addAtom(IPDBAtom oAtom)
Adds the atom oAtom without specifying aIMonomer
or a Strand.void
PDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer)
Adds the atom oAtom to a specified Monomer.void
PDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer, IStrand oStrand)
Adds the IPDBAtom oAtom to a specified Monomer of a specified Strand. -
Uses of IPDBAtom in org.openscience.cdk.silent
Classes in org.openscience.cdk.silent that implement IPDBAtom Modifier and Type Class Description class
PDBAtom
Represents the idea of an atom as used in PDB files.Methods in org.openscience.cdk.silent with parameters of type IPDBAtom Modifier and Type Method Description void
PDBPolymer. addAtom(IPDBAtom oAtom)
Adds the atom oAtom without specifying aIMonomer
or a Strand.void
PDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer)
Adds the atom oAtom to a specified Monomer.void
PDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer, IStrand oStrand)
Adds the IPDBAtom oAtom to a specified Monomer of a specified Strand.
-