Package org.openscience.cdk.hash.stereo
Class DoubleBondElementEncoderFactory
java.lang.Object
org.openscience.cdk.hash.stereo.DoubleBondElementEncoderFactory
- All Implemented Interfaces:
StereoEncoderFactory
Defines a stereo encoder factory for the hash code. The factory allows the
generation of stereo hash codes for molecules with predefined
IDoubleBondStereochemistry
stereo elements.- Author:
- John May
- Belongs to CDK module:
- hash
-
Field Summary
Fields inherited from interface org.openscience.cdk.hash.stereo.StereoEncoderFactory
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(IAtomContainer container, int[][] graph) Create a stereo-encoder for possible stereo-chemical configurations.
-
Constructor Details
-
DoubleBondElementEncoderFactory
public DoubleBondElementEncoderFactory()
-
-
Method Details
-
create
Create a stereo-encoder for possible stereo-chemical configurations.- Specified by:
create
in interfaceStereoEncoderFactory
- Parameters:
container
- the containergraph
- adjacency list representation of the container- Returns:
- a new stereo encoder
-