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.
|
String |
getLabel()
Returns the label of this PseudoAtom.
|
void |
setLabel(String label)
Sets the label of this PseudoAtom.
|
getCharge, getFractionalPoint3d, getImplicitHydrogenCount, getPoint2d, getPoint3d, getStereoParity, setCharge, setFractionalPoint3d, setImplicitHydrogenCount, setPoint2d, setPoint3d, setStereoParity
getAtomTypeName, getBondOrderSum, getCovalentRadius, getFormalCharge, getFormalNeighbourCount, getHybridization, getMaxBondOrder, getValency, setAtomTypeName, setBondOrderSum, setCovalentRadius, setFormalCharge, setFormalNeighbourCount, setHybridization, setMaxBondOrder, setValency
getExactMass, getMassNumber, getNaturalAbundance, setExactMass, setMassNumber, setNaturalAbundance
getAtomicNumber, getSymbol, setAtomicNumber, setSymbol
addListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
getBuilder
String getLabel()
setLabel(java.lang.String)
void setLabel(String label)
label
- The new label for this PseudoAtomgetLabel()
IPseudoAtom clone() throws CloneNotSupportedException
IChemObject
clone
in interface IAtom
clone
in interface IChemObject
CloneNotSupportedException
- if the IChemObject cannot be clonedCopyright © 2014. All Rights Reserved.