biouml.standard.type
Class KineticType.Element
- public static class KineticType.Element
- implements SerializableAsText
This class is used to specify roles for each element in kinetic function.
The possible roles are:
- Element.CONSTANT (default value)
- RelationType.REACTANT
- RelationType.PRODUCT
- RelationType.MODIFIER
The Element can be stored as text (implements SerializableAsText)
in following format:
name role
Here are some examples:
S reactant
Km constant
| Field Summary |
final static String | CONSTANT String constant to indicate that Element.role is constant. |
CONSTANT
public final static String CONSTANT
- String constant to indicate that Element.role is constant.
KineticType.Element
public KineticType.Element(String name, String role)
- General constructor.
KineticType.Element
public KineticType.Element(String value)
- Restores the Element value from the string.
getAsText
public String getAsText()
getName
public String getName()
getRole
public String getRole()
setRole
public void setRole(String role)
to Class java.lang.String- String constant to indicate that {@link Element.role} is constant.
to Class java.lang.String
to Class java.lang.String
BOTTOM