Class MoleculeSetManipulator
java.lang.Object
org.openscience.cdk.tools.manipulator.MoleculeSetManipulator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<IAtomContainer>Returns all the AtomContainer's of a MoleculeSet.static List<IChemObject>static intstatic intstatic IAtomContainergetRelevantAtomContainer(IAtomContainerSet moleculeSet, IAtom atom) static IAtomContainergetRelevantAtomContainer(IAtomContainerSet moleculeSet, IBond bond) static doublestatic doublestatic intstatic voidstatic voidremoveElectronContainer(IAtomContainerSet set, IElectronContainer electrons) static voidsetAtomProperties(IAtomContainerSet set, Object propKey, Object propVal)
-
Constructor Details
-
MoleculeSetManipulator
public MoleculeSetManipulator()
-
-
Method Details
-
getAtomCount
-
getBondCount
-
removeAtomAndConnectedElectronContainers
-
removeElectronContainer
-
getAllAtomContainers
Returns all the AtomContainer's of a MoleculeSet.- Parameters:
set- The collection of IAtomContainer objects- Returns:
- a list containing individual IAtomContainer's
-
getTotalCharge
- Parameters:
set- The collection of IAtomContainer objects- Returns:
- The total charge on the collection of molecules
- See Also:
-
getTotalFormalCharge
- Parameters:
set- The collection of IAtomContainer objects- Returns:
- The total formal charge on the collection of molecules
- See Also:
-
getTotalHydrogenCount
- Parameters:
set- The collection of IAtomContainer objects- Returns:
- the total implicit hydrogen count on the collection of molecules
- See Also:
-
getAllIDs
-
setAtomProperties
-
getRelevantAtomContainer
-
getRelevantAtomContainer
-
getAllChemObjects
-