Uses of Interface
org.openscience.cdk.interfaces.IPDBPolymer
-
Packages that use IPDBPolymer Package Description org.openscience.cdk.debug org.openscience.cdk.interfaces org.openscience.cdk.libio.cml org.openscience.cdk.protein.data org.openscience.cdk.silent -
-
Uses of IPDBPolymer in org.openscience.cdk.debug
Classes in org.openscience.cdk.debug that implement IPDBPolymer Modifier and Type Class Description class
DebugPDBPolymer
Debugging data class. -
Uses of IPDBPolymer in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces that return IPDBPolymer Modifier and Type Method Description IPDBPolymer
IPDBPolymer. clone()
Returns a deep clone of this IChemObject. -
Uses of IPDBPolymer in org.openscience.cdk.libio.cml
Methods in org.openscience.cdk.libio.cml with parameters of type IPDBPolymer Modifier and Type Method Description org.xmlcml.cml.element.CMLMolecule
Convertor. cdkPDBPolymerToCMLMolecule(IPDBPolymer pdbPolymer)
-
Uses of IPDBPolymer in org.openscience.cdk.protein.data
Classes in org.openscience.cdk.protein.data that implement IPDBPolymer Modifier and Type Class Description class
PDBPolymer
An entry in the PDB database.Methods in org.openscience.cdk.protein.data that return IPDBPolymer Modifier and Type Method Description IPDBPolymer
PDBPolymer. clone()
Clones thisIChemObject
. -
Uses of IPDBPolymer in org.openscience.cdk.silent
Classes in org.openscience.cdk.silent that implement IPDBPolymer Modifier and Type Class Description class
PDBPolymer
An entry in the PDB database.Methods in org.openscience.cdk.silent that return IPDBPolymer Modifier and Type Method Description IPDBPolymer
PDBPolymer. clone()
Clones thisIChemObject
.
-