MolBond

The chemaxon.struc.MolBond class is used to represent chemical bond. To create a MolBond object, one of these constructor methods can be used:

The two MolAtom objects in the constructors defines between which atoms is the bond defined. The int f constant defines the type of the bond. The value can be: If this constant is omitted, single bond object will be created.

Similarly to the MolAtom the constructed MolBond object should be added to the molecule it belongs to.

The following table summerizes if the properties of the MolAtom have set or get methods.

 

property

set

get

note

Index

×

assigned automatically

2 endpoints – 2 nodes

 

Type

 

Stereo information

wedge / double bond stereo detailed in stereochemistry

 

 

 

 

MolAtom

Table of contents

Molecule Graph

Previous chapter

 

Next chapter