Class AtropFilter
- java.lang.Object
-
- com.chemaxon.calculations.stereoanal.filters.AbstractStereoFilter<AtropStereoCenter>
-
- com.chemaxon.calculations.stereoanal.filters.atrop.AtropFilter
-
@Beta @PublicAPI public class AtropFilter extends AbstractStereoFilter<AtropStereoCenter>
Filter for atrop stereo centers.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
Constructors Constructor Description AtropFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StereoCenterVisitor
createVisitor(com.google.common.collect.ImmutableList.Builder<AtropStereoCenter> listBuilder)
Constructs the specified visitor implementation.-
Methods inherited from class com.chemaxon.calculations.stereoanal.filters.AbstractStereoFilter
filter
-
-
-
-
Method Detail
-
createVisitor
protected StereoCenterVisitor createVisitor(com.google.common.collect.ImmutableList.Builder<AtropStereoCenter> listBuilder)
Constructs the specified visitor implementation.- Specified by:
createVisitor
in classAbstractStereoFilter<AtropStereoCenter>
- Parameters:
listBuilder
- builder class for immutable list- Returns:
- a StereoCenterVisitor implementation
-
-