|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.KMichaelis
public class KMichaelis
Defines the KMichaelis value for an enzymatic reaction
| Constructor Summary | |
|---|---|
KMichaelis()
|
|
| Method Summary | |
|---|---|
void |
deleteValue()
Method deleteValue |
UnitType |
getUnit()
Returns the value of field 'unit'. |
double |
getValue()
Returns the value of field 'value'. |
boolean |
hasValue()
Method hasValue |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setUnit(UnitType unit)
Sets the value of field 'unit'. |
void |
setValue(double value)
Sets the value of field 'value'. |
static KMichaelis |
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 KMichaelis()
| Method Detail |
|---|
public void deleteValue()
public UnitType getUnit()
public double getValue()
public boolean hasValue()
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 setUnit(UnitType unit)
unit - the value of field 'unit'.public void setValue(double value)
value - the value of field 'value'.
public static KMichaelis 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 | |||||||||