public class PluginUnit extends PluginSBase
sbase
Constructor and Description |
---|
PluginUnit(PluginUnitDefinition parent)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getExponent() |
int |
getKind() |
java.lang.String |
getKindString()
Gets the kind of this PluginUnit as String.
|
double |
getMultiplier() |
double |
getOffset() |
java.lang.String |
getParentID() |
PluginUnitDefinition |
getParentUnitDefinition() |
int |
getScale() |
void |
setExponent(int exponent)
Sets the exponent of this PluginUnit.
|
void |
setKind(int kind)
Sets the kind of this PluginUnit.
|
void |
setKind(java.lang.String kind)
Sets the kind of this PluginUnit with String.
|
void |
setMultiplier(double multiplier)
Sets the multiplier of this PluginUnit.
|
void |
setOffset(double offset)
Sets the offset of this PluginUnit.
|
void |
setScale(int scale)
Sets the scale of this PluginUnit
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML
public PluginUnit(PluginUnitDefinition parent)
parent
- PluginUnitDefinition as the parent of this PluginUnitpublic int getExponent()
public void setExponent(int exponent)
exponent
- intpublic int getKind()
public void setKind(int kind)
kind
- intpublic java.lang.String getKindString()
public void setKind(java.lang.String kind)
kind
- Stringpublic double getMultiplier()
public void setMultiplier(double multiplier)
multiplier
- doublepublic double getOffset()
public void setOffset(double offset)
offset
- doublepublic int getScale()
public void setScale(int scale)
scale
- intpublic java.lang.String getParentID()
public PluginUnitDefinition getParentUnitDefinition()