ChemicalFormula {BioNovoGene.BioDeep.Chemoinformatics.SMILES} .NET clr documentation

ChemicalFormula

Description

the molecule graph

Declare

            
# namespace BioNovoGene.BioDeep.Chemoinformatics.SMILES
export class ChemicalFormula extends NetworkGraph`2 {
   # the graph edges is the connection links between the atom groups
   AllBonds: iterates(ChemicalKey);
   # the atom groups
   AllElements: iterates(ChemicalElement);
   EmpiricalFormula: string;
   graphEdges: iterates(ChemicalKey);
   id: string;
   name: string;
   size: tuple[integer, integer];
   vertex: iterates(ChemicalElement);
}

        

.NET clr type reference tree

  1. this class extends from NetworkGraph`2 class: NetworkGraph`2
  2. use by property member AllBonds: iterates(ChemicalKey)
  3. use by property member AllElements: iterates(ChemicalElement)
  4. use by property member graphEdges: iterates(ChemicalKey)
  5. use by property member size: tuple[integer, integer]
  6. use by property member vertex: iterates(ChemicalElement)

[Package {$package} version {$version} Index]