cdkbook

ChiralityStereos.groovy

Source code:

@Grab(group='org.openscience.cdk', module='cdk-bundle', version='2.9')

import org.openscience.cdk.interfaces.*;

ITetrahedralChirality.Stereo.each {
  println it
}

Output:

CLOCKWISE
ANTI_CLOCKWISE