Class HasAttachedDataFilter
java.lang.Object
com.chemaxon.calculations.stereoanal.filters.AbstractStereoFilter<StereoCenter>
com.chemaxon.calculations.stereoanal.filters.HasAttachedDataFilter
Filter stereo centers which contains attached data.
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
- Since:
- Marvin 6.2
-
Field Summary
Fields inherited from class com.chemaxon.calculations.stereoanal.filters.AbstractStereoFilter
AND_OR, KNOWN_TETRAHEDRAL_STEREO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected StereoCenterVisitor
createVisitor
(Consumer<StereoCenter> consumer) Constructs the specified visitor implementation.Methods inherited from class com.chemaxon.calculations.stereoanal.filters.AbstractStereoFilter
filter
-
Constructor Details
-
HasAttachedDataFilter
public HasAttachedDataFilter()
-
-
Method Details
-
createVisitor
Description copied from class:AbstractStereoFilter
Constructs the specified visitor implementation.- Specified by:
createVisitor
in classAbstractStereoFilter<StereoCenter>
-