Package org.openscience.cdk.tools
Class DataFeaturesTool
- java.lang.Object
-
- org.openscience.cdk.tools.DataFeaturesTool
-
public class DataFeaturesTool extends Object
Utility that helps determine which data features are present.- Author:
- egonw
- See Also:
DataFeatures
- Source code:
- main
-
-
Constructor Summary
Constructors Constructor Description DataFeaturesTool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getSupportedDataFeatures(IAtomContainer molecule)
Determines the features present in the givenIAtomContainer
.
-
-
-
Method Detail
-
getSupportedDataFeatures
public static int getSupportedDataFeatures(IAtomContainer molecule)
Determines the features present in the givenIAtomContainer
.- Parameters:
molecule
- IAtomContainer to determine the features off- Returns:
- integer representation of the present features
-
-