public interface IPseudoAtom extends IAtom
This should be replaced by the mechanism explained in RFC #8.
IAtomType.Hybridization| Modifier and Type | Method and Description |
|---|---|
IPseudoAtom |
clone()
Returns a deep clone of this IChemObject.
|
int |
getAttachPointNum()
Access the attachment point number.
|
String |
getLabel()
Returns the label of this PseudoAtom.
|
void |
setAttachPointNum(int ap)
Set the attachment point number.
|
void |
setLabel(String label)
Sets the label of this PseudoAtom.
|
bonds, getBondCount, getCharge, getContainer, getFractionalPoint3d, getImplicitHydrogenCount, getIndex, getPoint2d, getPoint3d, getStereoParity, isAromatic, isInRing, setCharge, setFractionalPoint3d, setImplicitHydrogenCount, setIsAromatic, setIsInRing, setPoint2d, setPoint3d, setStereoParitygetAtomTypeName, getBondOrderSum, getCovalentRadius, getFormalCharge, getFormalNeighbourCount, getHybridization, getMaxBondOrder, getValency, setAtomTypeName, setBondOrderSum, setCovalentRadius, setFormalCharge, setFormalNeighbourCount, setHybridization, setMaxBondOrder, setValencygetExactMass, getMassNumber, getNaturalAbundance, setExactMass, setMassNumber, setNaturalAbundancegetAtomicNumber, getSymbol, setAtomicNumber, setSymboladdListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toStringgetBuilderString getLabel()
setLabel(java.lang.String)void setLabel(String label)
label - The new label for this PseudoAtomgetLabel()int getAttachPointNum()
void setAttachPointNum(int ap)
ap - attach point numberIPseudoAtom clone() throws CloneNotSupportedException
clone in interface IAtomclone in interface IChemObjectCloneNotSupportedException - if the IChemObject cannot be clonedCopyright © 2017. All rights reserved.