|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Kinetic
public class Kinetic
This element declares a new type of kinetic. Two ways to define kinetic types are currently supported: (1) Reference kinetics can be implemented in a Java class and referenced by class name. (2) Custom kinetics that can be expressed with rate laws and described directly in the XML file. If defined in the XML file, the kinetic declaration must contain formulae, species and constant bindings declarations.
| Constructor Summary | |
|---|---|
Kinetic()
|
|
| Method Summary | |
|---|---|
Change_log |
getChange_log()
Returns the value of field 'change_log'. |
CustomKinetic |
getCustomKinetic()
Returns the value of field 'customKinetic'. |
String |
getDescription()
Returns the value of field 'description'. |
String |
getId()
Returns the value of field 'id'. |
KineticTypeType |
getKineticType()
Returns the value of field 'kineticType'. |
String |
getName()
Returns the value of field 'name'. |
Publications |
getPublications()
Returns the value of field 'publications'. |
Reviews |
getReviews()
Returns the value of field 'reviews'. |
String |
getSpid()
Returns the value of field 'spid'. |
UserComments |
getUserComments()
Returns the value of field 'userComments'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setChange_log(Change_log change_log)
Sets the value of field 'change_log'. |
void |
setCustomKinetic(CustomKinetic customKinetic)
Sets the value of field 'customKinetic'. |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setKineticType(KineticTypeType kineticType)
Sets the value of field 'kineticType'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setPublications(Publications publications)
Sets the value of field 'publications'. |
void |
setReviews(Reviews reviews)
Sets the value of field 'reviews'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
void |
setUserComments(UserComments userComments)
Sets the value of field 'userComments'. |
static Kinetic |
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 Kinetic()
| Method Detail |
|---|
public Change_log getChange_log()
public CustomKinetic getCustomKinetic()
public String getDescription()
public String getId()
public KineticTypeType getKineticType()
public String getName()
public Publications getPublications()
public Reviews getReviews()
public String getSpid()
public UserComments getUserComments()
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 setChange_log(Change_log change_log)
change_log - the value of field 'change_log'.public void setCustomKinetic(CustomKinetic customKinetic)
customKinetic - the value of field 'customKinetic'.public void setDescription(String description)
description - the value of field 'description'.public void setId(String id)
id - the value of field 'id'.public void setKineticType(KineticTypeType kineticType)
kineticType - the value of field 'kineticType'.public void setName(String name)
name - the value of field 'name'.public void setPublications(Publications publications)
publications - the value of field 'publications'.public void setReviews(Reviews reviews)
reviews - the value of field 'reviews'.public void setSpid(String spid)
spid - the value of field 'spid'.public void setUserComments(UserComments userComments)
userComments - the value of field 'userComments'.
public static Kinetic 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 | |||||||||