Class AtomTypeManipulator
java.lang.Object
org.openscience.cdk.tools.manipulator.AtomTypeManipulator
Class with utilities for the
IAtomType class.- Author:
- mfe4, egonw
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomTypeManipulator
public AtomTypeManipulator()
-
-
Method Details
-
configure
Method that assign properties to an atom given a particular atomType. AnIllegalArgumentExceptionis thrown if the givenIAtomTypeis null. This method overwrites non-null values.- Parameters:
atom- Atom to configureatomType- AtomType. Must not be null.
-
configureUnsetProperties
Method that assign properties to an atom given a particular atomType. AnIllegalArgumentExceptionis thrown if the givenIAtomTypeis null. This method only sets null values.- Parameters:
atom- Atom to configureatomType- AtomType. Must not be null.
-