Class AtomSelection
java.lang.Object
chemaxon.calculations.stereo.stereocenters.AtomSelection
Selection which contains atom indexes.
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
ConstructorsConstructorDescriptionAtomSelection(List<Integer> primaryIndexes, List<Integer> secondaryIndexes) Constructs an AtomSelection from lists. -
Method Summary
Modifier and TypeMethodDescriptionGets the primary indexes.Gets the secondary indexes.toString()Creates a string representation.
-
Constructor Details
-
AtomSelection
Constructs an AtomSelection from lists.- Parameters:
primaryIndexes- primary indexessecondaryIndexes- secondary indexes
-
-
Method Details