Class EnhancedStereo
- java.lang.Object
-
- com.chemaxon.calculations.stereoanal.stereocenters.EnhancedStereo
-
@Beta @PublicAPI public class EnhancedStereo extends Object
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
-
-
Constructor Summary
Constructors Constructor Description EnhancedStereo(StereoConstants.EnhancedStereoType type)
Creates enhanced stereo representation.EnhancedStereo(StereoConstants.EnhancedStereoType type, int number)
Creates enhanced stereo representation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
flag()
Returns the enhanced stereo flag (eg.int
getNumber()
Number of type.StereoConstants.EnhancedStereoType
getType()
Gets the type of enhanced stereo flag.
-
-
-
Constructor Detail
-
EnhancedStereo
public EnhancedStereo(StereoConstants.EnhancedStereoType type, int number)
Creates enhanced stereo representation.- Parameters:
type
- stereo type (eg. OR)number
- number of type
-
EnhancedStereo
public EnhancedStereo(StereoConstants.EnhancedStereoType type)
Creates enhanced stereo representation.- Parameters:
type
- stereo type (eg. ABS)
-
-
Method Detail
-
getType
public StereoConstants.EnhancedStereoType getType()
Gets the type of enhanced stereo flag.- Returns:
- type
-
getNumber
public int getNumber()
Number of type.- Returns:
- an optional of integer
-
flag
public String flag()
Returns the enhanced stereo flag (eg. OR1, ABS).- Returns:
- flag
-
-