SBMLReaction {SMRUCC.genomics.Data.SABIORK.SBML} .NET clr documentation

SBMLReaction

Description

SBML格式的数据文件之中的reaction模型定义

Declare

            
# namespace SMRUCC.genomics.Data.SABIORK.SBML
export class SBMLReaction extends Reaction {
   annotation: annotation;
   compartment: string;
   # get enzyme number that associated with current reaction model
   ec_number: string;
   fast: boolean;
   id: string;
   kineticLaw: kineticLaw;
   kineticLawID: string;
   listOfModifiers: iterates(modifierSpeciesReference);
   listOfProducts: iterates(SpeciesReference);
   listOfReactants: iterates(SpeciesReference);
   metaid: string;
   name: string;
   notes: Notes;
   reversible: boolean;
}

        

.NET clr type reference tree

  1. this class extends from Reaction class: Reaction
  2. use by property member annotation: annotation
  3. use by property member kineticLaw: kineticLaw
  4. use by property member listOfModifiers: iterates(modifierSpeciesReference)
  5. use by property member listOfProducts: iterates(SpeciesReference)
  6. use by property member listOfReactants: iterates(SpeciesReference)
  7. use by property member notes: Notes

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