Class MoleculeFeaturesTool
java.lang.Object
org.openscience.cdk.tools.features.MoleculeFeaturesTool
Utility that helps determine which data features are present.
- Author:
- egonw
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasElementSymbols(IAtomContainer molecule) static booleanhasFormalCharges(IAtomContainer molecule) static booleanhasGraphRepresentation(IAtomContainer molecule) Checks whether all bonds have exactly two atoms.static booleanhasPartialCharges(IAtomContainer molecule)
-
Constructor Details
-
MoleculeFeaturesTool
public MoleculeFeaturesTool()
-
-
Method Details
-
hasPartialCharges
-
hasFormalCharges
-
hasElementSymbols
-
hasGraphRepresentation
Checks whether all bonds have exactly two atoms.
-