Kekulization@Deprecated public class FixBondOrdersTool extends Object
| Constructor and Description |
|---|
FixBondOrdersTool()
Deprecated.
Constructor for the FixBondOrdersTool object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInterrupted()
Deprecated.
Returns if the next or running calculation should be interrupted.
|
IAtomContainer |
kekuliseAromaticRings(IAtomContainer molecule)
Deprecated.
kekuliseAromaticRings - function to add double/single bond order information for molecules having rings containing all atoms marked SP2 or Planar3 hybridisation.
|
void |
setInterrupted(boolean interrupted)
Deprecated.
Sets if the calculation should be interrupted.
|
public FixBondOrdersTool()
public IAtomContainer kekuliseAromaticRings(IAtomContainer molecule) throws CDKException
molecule - The IAtomContainer to kekuliseIAtomContainer with kekule structureCDKExceptionpublic void setInterrupted(boolean interrupted)
interrupted - true, if the calculation should be cancelledpublic boolean isInterrupted()
Copyright © 2017. All Rights Reserved.