| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IStrand |
IStrand.clone()
Returns a deep clone of this IChemObject.
|
IStrand |
IBioPolymer.getStrand(String cName)
Retrieve a Monomer object by specifying its name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IStrand> |
IBioPolymer.getStrands()
Returns a Map containing the strands in the Polymer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBioPolymer.addAtom(IAtom oAtom,
IMonomer oMonomer,
IStrand oStrand)
Adds the atom to a specified Strand and a specified Monomer.
|
void |
IBioPolymer.addAtom(IAtom oAtom,
IStrand oStrand)
Adds the atom oAtom to a specified Strand, whereas the Monomer is unspecified.
|
void |
IPDBPolymer.addAtom(IPDBAtom oAtom,
IMonomer oMonomer,
IStrand oStrand)
Adds the atom to a specified Strand and a specified Monomer.
|
Copyright © 2017. All rights reserved.