|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjp.sbi.celldesigner.plugin.PluginSBase
jp.sbi.celldesigner.plugin.PluginUnit
public class PluginUnit
This class wraps org.sbml.libsbml.Unit for the plug-in.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
PluginUnit(PluginUnitDefinition parent)
Constructor |
|
| Method Summary | |
|---|---|
int |
getExponent()
|
int |
getKind()
|
java.lang.String |
getKindString()
|
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)
|
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 |
| Methods inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginUnit(PluginUnitDefinition parent)
parent - PluginUnitDefinition as the parent of this PluginUnit| Method Detail |
|---|
public int getExponent()
public void setExponent(int exponent)
exponent - public int getKind()
public void setKind(int kind)
kind - public java.lang.String getKindString()
public void setKind(java.lang.String kind)
public double getMultiplier()
public void setMultiplier(double multiplier)
multiplier - public double getOffset()
public void setOffset(double offset)
offset - public int getScale()
public void setScale(int scale)
scale - public java.lang.String getParentID()
public PluginUnitDefinition getParentUnitDefinition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||