species {SMRUCC.genomics.Model.SBML.Level3} .NET clr documentation

species

Description

Compound molecule model

Declare

            
# namespace SMRUCC.genomics.Model.SBML.Level3
export class species extends Specie {
   annotation: annotation;
   boundaryCondition: boolean;
   compartmentId: string;
   constant: boolean;
   # get external db_xrefs of current compound molecule
   db_xrefs: DBLink[];
   hasOnlySubstanceUnits: boolean;
   id: string;
   initialConcentration: double;
   metaid: string;
   name: string;
   notes: Notes;
   sboTerm: string;
}

        

.NET clr type reference tree

  1. this class extends from Specie class: Specie
  2. use by property member annotation: annotation
  3. use by property member db_xrefs: DBLink
  4. use by property member notes: Notes

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