Class PartitionRefinement


  • public class PartitionRefinement
    extends Object
    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