public class CarboxylicGroup extends Object implements IAcidicCenter
IAcidicCenter.State
Constructor and Description |
---|
CarboxylicGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
explicitHAtoms() |
static List<CarboxylicGroup> |
findAllCenters(org.openscience.cdk.interfaces.IAtomContainer mol) |
org.openscience.cdk.interfaces.IAtom[] |
getAtoms() |
static CarboxylicGroup |
getCenter(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IAtom atom) |
org.openscience.cdk.interfaces.IAtomContainer |
getMolecule() |
IAcidicCenter.State |
getState() |
void |
setState(IAcidicCenter.State state) |
void |
shiftState() |
public IAcidicCenter.State getState()
getState
in interface IAcidicCenter
public void setState(IAcidicCenter.State state)
setState
in interface IAcidicCenter
public void shiftState()
shiftState
in interface IAcidicCenter
public static CarboxylicGroup getCenter(org.openscience.cdk.interfaces.IAtomContainer mol, org.openscience.cdk.interfaces.IAtom atom)
public static List<CarboxylicGroup> findAllCenters(org.openscience.cdk.interfaces.IAtomContainer mol)
public org.openscience.cdk.interfaces.IAtom[] getAtoms()
public boolean explicitHAtoms()
explicitHAtoms
in interface ICenter
public org.openscience.cdk.interfaces.IAtomContainer getMolecule()
getMolecule
in interface ICenter
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.