public class PartialFilledStructureMerger extends Object
Assign hydrogen counts to each heavy atom. The hydrogens should not be in the atom pool but should be assigned implicitly to the heavy atoms in order to reduce computational cost.
Constructor and Description |
---|
PartialFilledStructureMerger()
Constructor for the PartialFilledStructureMerger object.
|
Modifier and Type | Method and Description |
---|---|
IAtomContainer |
generate(IAtomContainerSet atomContainers)
Randomly generates a single, connected, correctly bonded structure from
a number of fragments.
|
public PartialFilledStructureMerger()
public IAtomContainer generate(IAtomContainerSet atomContainers) throws CDKException
atomContainers
- The fragments to generate for.CDKException
- No valid result could be formed.Copyright © 2017. All Rights Reserved.