public interface StereoEncoderFactory
Modifier and Type | Field and Description |
---|---|
static StereoEncoderFactory |
EMPTY
Empty factory for when stereo encoding is not required
|
Modifier and Type | Method and Description |
---|---|
StereoEncoder |
create(IAtomContainer container,
int[][] graph)
Create a stereo-encoder for possible stereo-chemical configurations.
|
static final StereoEncoderFactory EMPTY
StereoEncoder create(IAtomContainer container, int[][] graph)
container
- the containergraph
- adjacency list representation of the containerCopyright © 2022. All rights reserved.