Class AtomTypeManipulator
java.lang.Object
org.openscience.cdk.tools.manipulator.AtomTypeManipulator
Class with utilities for the
IAtomType
class.- Author:
- mfe4, egonw
- Source code:
- main
- Belongs to CDK module:
- standard
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomTypeManipulator
public AtomTypeManipulator()
-
-
Method Details
-
configure
Method that assign properties to an atom given a particular atomType. AnIllegalArgumentException
is thrown if the givenIAtomType
is 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. AnIllegalArgumentException
is thrown if the givenIAtomType
is null. This method only sets null values.- Parameters:
atom
- Atom to configureatomType
- AtomType. Must not be null.
-