public interface IMonomer extends IAtomContainer
Modifier and Type | Method and Description |
---|---|
IMonomer |
clone()
Returns a deep clone of this IChemObject.
|
String |
getMonomerName()
Retrieve the monomer name.
|
String |
getMonomerType()
Retrieve the monomer type.
|
void |
setMonomerName(String cMonomerName)
Set the name of the Monomer object.
|
void |
setMonomerType(String cMonomerType)
Set the type of the Monomer object.
|
add, addAtom, addBond, addBond, addBond, addElectronContainer, addLonePair, addLonePair, addSingleElectron, addSingleElectron, addStereoElement, atoms, bonds, contains, contains, contains, contains, contains, electronContainers, getAtom, getAtomCount, getAtomNumber, getBond, getBond, getBondCount, getBondNumber, getBondNumber, getBondOrderSum, getConnectedAtomsCount, getConnectedAtomsList, getConnectedBondsCount, getConnectedBondsCount, getConnectedBondsList, getConnectedElectronContainersList, getConnectedLonePairsCount, getConnectedLonePairsList, getConnectedSingleElectronsCount, getConnectedSingleElectronsList, getElectronContainer, getElectronContainerCount, getFirstAtom, getLastAtom, getLonePair, getLonePairCount, getLonePairNumber, getMaximumBondOrder, getMinimumBondOrder, getSingleElectron, getSingleElectronCount, getSingleElectronNumber, getTitle, indexOf, indexOf, indexOf, indexOf, isEmpty, lonePairs, remove, removeAllBonds, removeAllElectronContainers, removeAllElements, removeAtom, removeAtom, removeAtomAndConnectedElectronContainers, removeAtomOnly, removeAtomOnly, removeBond, removeBond, removeBond, removeElectronContainer, removeElectronContainer, removeLonePair, removeLonePair, removeSingleElectron, removeSingleElectron, setAtom, setAtoms, setBonds, setStereoElements, setTitle, singleElectrons, stereoElements
addListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
getBuilder
stateChanged
String getMonomerName()
setMonomerName(java.lang.String)
String getMonomerType()
setMonomerType(java.lang.String)
void setMonomerName(String cMonomerName)
cMonomerName
- The new name for this monomergetMonomerName()
void setMonomerType(String cMonomerType)
cMonomerType
- The new type for this monomergetMonomerType()
IMonomer clone() throws CloneNotSupportedException
clone
in interface IAtomContainer
clone
in interface IChemObject
CloneNotSupportedException
- if the IChemObject cannot be clonedCopyright © 2022. All rights reserved.