public class PluginParameter extends PluginSBase
sbase| Constructor and Description |
|---|
PluginParameter(PluginKineticLaw parent)
Constructor
case of local parameter
|
PluginParameter(PluginModel parent)
Constructor
case of global parameter
|
PluginParameter(java.lang.String id,
PluginKineticLaw parent)
Constructor
case of local parameter
|
PluginParameter(java.lang.String id,
PluginModel parent)
Constructor
case of global parameter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getConstant() |
java.lang.String |
getId() |
java.lang.String |
getName() |
PluginReaction |
getParentReaction() |
java.lang.String |
getParentSBaseID() |
java.lang.String |
getUnits() |
double |
getValue() |
void |
setConstant(boolean constant)
Sets the constant of this PluginParameter.
|
void |
setId(java.lang.String id)
Sets the id of this PluginParameter.
|
void |
setName(java.lang.String name)
Sets the name of this PluginParameter.
|
void |
setUnits(java.lang.String unit)
Sets the unit of this PluginParameter.
|
void |
setValue(double value)
Sets the value of this PluginParameter.
|
void |
update(PluginParameter parameter)
Update all properties of this PluginParameter to the same as the given PluginParameter
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBMLpublic PluginParameter(PluginKineticLaw parent)
parent - PluginKineticLaw as the parent of this PluginParameterpublic PluginParameter(PluginModel parent)
parent - PluginModel as the parent of this PluginParameterpublic PluginParameter(java.lang.String id,
PluginKineticLaw parent)
id - the id of this PluginParameterparent - PluginKineticLaw as the parent of this PluginParameterpublic PluginParameter(java.lang.String id,
PluginModel parent)
id - the id of this PluginParameterparent - PluginModel as the parent of this PluginParameterpublic void update(PluginParameter parameter)
parameter - PluginParameterpublic void setId(java.lang.String id)
id - Stringpublic java.lang.String getId()
public void setConstant(boolean constant)
constant - booleanpublic boolean getConstant()
public void setName(java.lang.String name)
name - Stringpublic java.lang.String getName()
public void setUnits(java.lang.String unit)
unit - Stringpublic java.lang.String getUnits()
public void setValue(double value)
value - doublepublic double getValue()
public java.lang.String getParentSBaseID()
public PluginReaction getParentReaction()