core.domain.preprocessor.Molecule
 See theMolecule companion object
Represents a molecule with its ID, SMILES string, and IUPAC name.
Value parameters
- moleculeId
 - 
    
The unique identifier for the molecule.
 - moleculeIupacName
 - 
    
The IUPAC (International Union of Pure and Applied Chemistry) name of the molecule.
 - moleculeSmiles
 - 
    
The SMILES (Simplified Molecular Input Line Entry System) representation of the molecule.
 
Attributes
- Companion
 - object
 - Source
 - Chemical.scala
 - Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
 
Members list
In this article