biouml.standard.type
Class KineticType
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.KineticType
- public class KineticType
- extends MutableDataElementSupport
Definition of KinetReactionType defines:
- meta information about reaction
- todo high check validity of kinetic function
- pending to be extended from Referrer, literature references
KineticType
public KineticType(DataCollection origin, String name)
KineticType
public KineticType(DataCollection origin, String name, String title, String description, boolean reversible, String function, Element[] elements)
getConstants
public Element[] getConstants()
getDescription
public String getDescription()
getElements
public Element[] getElements()
getElements
public Element[] getElements(String type)
- Returns elements of the specified type.
getFunction
public String getFunction()
getModifers
public Element[] getModifers()
getProducts
public Element[] getProducts()
getReactants
public Element[] getReactants()
getTitle
public String getTitle()
isReversible
public boolean isReversible()
setDescription
public void setDescription(String description)
setElements
public void setElements(Element[] elements)
setFunction
public void setFunction(String function)
setReversible
public void setReversible(boolean reversible)
setTitle
public void setTitle(String title)
to Class java.lang.String- Short kinetic type name to be used in the diagram as an diagram element title.
to Class java.lang.String
- The reaction description in text or HTML format.
to Class java.lang.String
- Kinetic function that specifies the reaction rate.
to Class biouml.standard.type.KineticType.Element
- Kinetic function elements.
BOTTOM