| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IBond.Order |
IAtomType.getMaxBondOrder()
Gets the MaxBondOrder attribute of the AtomType object.
|
IBond.Order |
IAtomContainer.getMaximumBondOrder(IAtom atom)
Returns the maximum bond order that this atom currently has in the context
of this AtomContainer.
|
IBond.Order |
IAtomContainer.getMinimumBondOrder(IAtom atom)
Returns the minimum bond order that this atom currently has
in the context of this AtomContainer.
|
IBond.Order |
IBond.getOrder()
Returns the bond order of this bond.
|
static IBond.Order |
IBond.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBond.Order[] |
IBond.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomContainer.addBond(int atom1,
int atom2,
IBond.Order order)
Adds a bond to this container.
|
void |
IAtomContainer.addBond(int atom1,
int atom2,
IBond.Order order,
IBond.Stereo stereo)
Adds a bond to this container.
|
void |
IAtomType.setMaxBondOrder(IBond.Order maxBondOrder)
Sets the MaxBondOrder attribute of the AtomType object.
|
void |
IBond.setOrder(IBond.Order order)
Sets the bond order of this bond.
|
Copyright © 2017. All rights reserved.