|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.EnzymaticParameters
public class EnzymaticParameters
Groups the parameters of an enzymatic reaction in SigPath
| Constructor Summary | |
|---|---|
EnzymaticParameters()
|
|
| Method Summary | |
|---|---|
KBKP |
getKBKP()
Returns the value of field 'KBKP'. |
KMichaelis |
getKMichaelis()
Returns the value of field 'KMichaelis'. |
Kp |
getKp()
Returns the value of field 'kp'. |
VMax_EnzymeConcentration |
getVMax_EnzymeConcentration()
Returns the value of field 'VMax_EnzymeConcentration'. |
VMax |
getVMax()
Returns the value of field 'VMax'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setKBKP(KBKP KBKP)
Sets the value of field 'KBKP'. |
void |
setKMichaelis(KMichaelis KMichaelis)
Sets the value of field 'KMichaelis'. |
void |
setKp(Kp kp)
Sets the value of field 'kp'. |
void |
setVMax_EnzymeConcentration(VMax_EnzymeConcentration VMax_EnzymeConcentration)
Sets the value of field 'VMax_EnzymeConcentration'. |
void |
setVMax(VMax VMax)
Sets the value of field 'VMax'. |
static EnzymaticParameters |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnzymaticParameters()
| Method Detail |
|---|
public KBKP getKBKP()
public KMichaelis getKMichaelis()
public Kp getKp()
public VMax getVMax()
public VMax_EnzymeConcentration getVMax_EnzymeConcentration()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic void setKBKP(KBKP KBKP)
KBKP - the value of field 'KBKP'.public void setKMichaelis(KMichaelis KMichaelis)
KMichaelis - the value of field 'KMichaelis'.public void setKp(Kp kp)
kp - the value of field 'kp'.public void setVMax(VMax VMax)
VMax - the value of field 'VMax'.public void setVMax_EnzymeConcentration(VMax_EnzymeConcentration VMax_EnzymeConcentration)
VMax_EnzymeConcentration - the value of field
'VMax_EnzymeConcentration'.
public static EnzymaticParameters unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||