C# Class EnzymeReactionProperties, Hero.Coli

Datei anzeigen Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
Kcat float
Ki float
Km float
alpha float
beta float
effector string
energyCost float
enzyme string
name string
products LinkedList
substrate string

Property Details

Kcat public_oe property

public float Kcat
return float

Ki public_oe property

public float Ki
return float

Km public_oe property

public float Km
return float

alpha public_oe property

public float alpha
return float

beta public_oe property

public float beta
return float

effector public_oe property

public string effector
return string

energyCost public_oe property

public float energyCost
return float

enzyme public_oe property

public string enzyme
return string

name public_oe property

public string name
return string

products public_oe property

public LinkedList products
return LinkedList

substrate public_oe property

public string substrate
return string