Class MoleculeFeaturesTool
- java.lang.Object
-
- org.openscience.cdk.tools.features.MoleculeFeaturesTool
-
public class MoleculeFeaturesTool extends Object
Utility that helps determine which data features are present.- Author:
- egonw
- See Also:
DataFeatures- Source code:
- main
-
-
Constructor Summary
Constructors Constructor Description MoleculeFeaturesTool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasElementSymbols(IAtomContainer molecule)static booleanhasFormalCharges(IAtomContainer molecule)static booleanhasGraphRepresentation(IAtomContainer molecule)Checks whether all bonds have exactly two atoms.static booleanhasPartialCharges(IAtomContainer molecule)
-
-
-
Method Detail
-
hasPartialCharges
public static boolean hasPartialCharges(IAtomContainer molecule)
-
hasFormalCharges
public static boolean hasFormalCharges(IAtomContainer molecule)
-
hasElementSymbols
public static boolean hasElementSymbols(IAtomContainer molecule)
-
hasGraphRepresentation
public static boolean hasGraphRepresentation(IAtomContainer molecule)
Checks whether all bonds have exactly two atoms.
-
-