// This model generated automatically from SBML // WARNING: Renamed variable _space_4_minus_Hydroxy_minus_L_minus_threonine to xxx_space_4_minus_Hydroxy_minus_L_minus_threonine due to JSim namespace restrictions // unit definitions import nsrunit; unit conversion off; // SBML property definitions property sbmlRole=string; property sbmlName=string; property sbmlCompartment=string; // SBML reactions // R05086: O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine <=> _space_4_minus_Hydroxy_minus_L_minus_threonine math main { realDomain time second; time.min=0; extern time.max; extern time.delta; // variable definitions real default = 1 L; real uVol = 1 L; real E4_space_2_space_3_space_1 = 0 M; real O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine(time) M; real xxx_space_4_minus_Hydroxy_minus_L_minus_threonine(time) M; real R05086(time) katal; extern real R05086.kf; extern real R05086.kb; // equations when (time=time.min) O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine = 0; (O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine*uVol):time = -1*R05086; when (time=time.min) xxx_space_4_minus_Hydroxy_minus_L_minus_threonine = 0; (xxx_space_4_minus_Hydroxy_minus_L_minus_threonine*uVol):time = R05086; R05086 = R05086.kf*O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine - R05086.kb*_space_4_minus_Hydroxy_minus_L_minus_threonine; // variable properties default.sbmlRole="compartment"; uVol.sbmlRole="compartment"; E4_space_2_space_3_space_1.sbmlRole="species"; E4_space_2_space_3_space_1.sbmlCompartment="uVol"; O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine.sbmlRole="species"; O_minus_Phospho_minus_4_minus_hydroxy_minus_L_minus_threonine.sbmlCompartment="uVol"; xxx_space_4_minus_Hydroxy_minus_L_minus_threonine.sbmlRole="species"; xxx_space_4_minus_Hydroxy_minus_L_minus_threonine.sbmlName="_space_4_minus_Hydroxy_minus_L_minus_threonine"; xxx_space_4_minus_Hydroxy_minus_L_minus_threonine.sbmlCompartment="uVol"; R05086.sbmlRole="rate"; R05086.kf.sbmlRole="rate"; R05086.kb.sbmlRole="rate"; }