|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnzymaticAdapter
Interface that provides database functionality regarding EnzymaticReaction objects.
EnzymaticReaction| Method Summary | |
|---|---|
Date |
getDateLastModified()
|
Date |
getDateSubmitted()
|
String |
getDescription()
|
EnzymaticReaction |
getEnzymaticReaction()
get the EnzymaticReaction object associated with this EnzymaticAdapter |
MoleculeDisplay |
getEnzyme()
Get the Enzyme Display object |
Parameter |
getEnzymeConcentration()
|
String |
getEnzymeConcentrationUnit()
|
double |
getEnzymeConcentrationValue()
|
Parameter |
getKBKP()
Deprecated. Use getKBKPValue(), getKBKPUnit(), isKBKPDefined() methods instead. |
String |
getKbKpUnit()
|
double |
getKbKpValue()
|
Parameter |
getKm()
Get the Km of the reaction. |
String |
getKmUnit()
|
double |
getKmValue()
|
Parameter |
getKp()
|
String |
getKpUnit()
|
double |
getKpValue()
Deprecated. Use getKpValue(), getKpUnit, isKpDefined() instead. |
ReactionAdapter |
getReaction()
Get the ReactionAdapter that this EnzymaticAdapter contains |
String |
getUser()
|
Parameter |
getVMax()
Get the VMax of the reaction. |
String |
getVMaxUnit()
|
double |
getVMaxValue()
|
boolean |
isKbKpDefined()
|
boolean |
isKmDefined()
Is the Km parameter defined for this enzymatic reaction? |
boolean |
isKpDefined()
|
boolean |
isVMaxDefined()
|
void |
removeEnzyme()
Remove the Enzyme for the reaction |
void |
removeKBKP()
Remove the ratio of K1 to Kp of the reaction. |
void |
removeKm()
Remove the Km of the reaction. |
void |
removeKp()
Remove the Kp of the reaction. |
void |
removeVMax()
Remove the VMax of the reaction. |
boolean |
saveReaction()
Save the EnzymaticReaction this EnzymaticAdapter contains |
void |
setDbManager(SPDBManager dbm)
Set the database manager to use for this adapter. |
void |
setDescription(String description)
|
void |
setEnzyme(String spid)
Set the Enzyme for the reaction. |
void |
setKBKP(double v,
String u)
Set the K1 to Kp Ratio for the reaction. |
void |
setKm(double v,
String u)
Set the Km for the reaction. |
void |
setKp(double v,
String u)
Set the Kp for the reaction. |
void |
setReaction(ReactionAdapter reaction)
Set the ReactionAdapter representing the Reaction that this EnzymaticAdapter contains |
void |
setUser(String user_name)
Sets User |
void |
setVMax(double v,
String u,
double enzymeConcentration,
String concentration_unit)
Set the VMax for the reaction. |
boolean |
updateReaction()
Update the EnzymaticReaction this EnzymaticAdapter contains |
ValidationErrors |
validate()
Get the ValidationErrors that were produced when this EnzymaticAdapter was setup The EnzymaticAdapter will not save the EnzymaticReaction until no ValidationErrors exist |
| Method Detail |
|---|
void setDbManager(SPDBManager dbm)
dbm - Database manager to use for this adapter.void setEnzyme(String spid)
spid - spid of the enzyme to be set in the EnzymaticReactionvoid removeEnzyme()
MoleculeDisplay getEnzyme()
void setDescription(String description)
String getDescription()
void setKm(double v,
String u)
v - value of the Km Parameteru - units of the Km ParameterParameter getKm()
double getKmValue()
String getKmUnit()
void removeKm()
boolean isKmDefined()
void setVMax(double v,
String u,
double enzymeConcentration,
String concentration_unit)
v - value of the VMax Parameteru - units of the VMax ParameterParameter getVMax()
double getVMaxValue()
String getVMaxUnit()
boolean isVMaxDefined()
Parameter getEnzymeConcentration()
double getEnzymeConcentrationValue()
String getEnzymeConcentrationUnit()
void removeVMax()
void setKp(double v,
String u)
v - value of the Kp Parameteru - units of the Kp Parameterdouble getKpValue()
String getKpUnit()
boolean isKpDefined()
Parameter getKp()
void removeKp()
void setKBKP(double v,
String u)
v - value of the K1/Kp Parameteru - units of the K1/Kp ParameterParameter getKBKP()
double getKbKpValue()
String getKbKpUnit()
boolean isKbKpDefined()
void removeKBKP()
void setReaction(ReactionAdapter reaction)
reaction - ReactionAdapter representing the Reaction that this
EnzymaticAdapter containsReactionAdapter getReaction()
boolean saveReaction()
throws SigPathDatabaseException
true if reaction successfully saved,
otherwise false
SigPathDatabaseException
boolean updateReaction()
throws SigPathDatabaseException
true if reaction successfully updated,
otherwise false
SigPathDatabaseExceptionValidationErrors validate()
EnzymaticReaction getEnzymaticReaction()
void setUser(String user_name)
String getUser()
Date getDateSubmitted()
Date getDateLastModified()
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||