| Constructor and Description |
|---|
AtomTypeManipulator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(IAtom atom,
IAtomType atomType)
Method that assign properties to an atom given a particular atomType.
|
static void |
configureUnsetProperties(IAtom atom,
IAtomType atomType)
Method that assign properties to an atom given a particular atomType.
|
public static void configure(IAtom atom, IAtomType atomType)
IllegalArgumentException is thrown if the given IAtomType
is null. This method overwrites non-null values.atom - Atom to configureatomType - AtomType. Must not be null.public static void configureUnsetProperties(IAtom atom, IAtomType atomType)
IllegalArgumentException is thrown if the given IAtomType
is null. This method only sets null values.atom - Atom to configureatomType - AtomType. Must not be null.Copyright © 2021. All rights reserved.