Package org.openscience.cdk.group
Class PartitionRefinement
java.lang.Object
org.openscience.cdk.group.PartitionRefinement
Factory for partition refiners. Use like:
AtomContainerDiscretePartitionRefiner refiner = PartitionRefinement.forAtoms().create();The methods forAtoms and forBonds return builders with methods to allow setting the switches for ignoring atom types and/or bond orders.
- Author:
- maclean
-
Constructor Details
-
PartitionRefinement
public PartitionRefinement()
-
-
Method Details
-
forAtoms
- Returns:
- a builder that makes atom refiners
-
forBonds
- Returns:
- a builder that makes bond refiners
-