|
|||||||||
| 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.PluginReaction
public class PluginReaction
This class wraps org.sbml.libsbml.Reaction for the plug-in.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
|
PluginReaction()
Constructor |
protected |
PluginReaction(java.lang.String id)
Constructor |
| Method Summary | |
|---|---|
void |
addGLogicGate(PluginGLogicGate pgg)
|
void |
addModifier(PluginModifierSpeciesReference ref)
Adds a PluginModifierSpeciesReference to this PluginReaction. |
void |
addProduct(PluginSpeciesReference ref)
Adds Product (PluginSpeciesReference) to this PluginReaction. |
void |
addReactant(PluginSpeciesReference ref)
Adds the given Reactant (PluginSpeciesReference) to this PluginReaction. |
PluginRealLineInformationDataObjOfReactionLink |
getAllMyPostionInfomations()
|
PluginRealLineInformationDataObjOfReactionLink |
getAllMyPostionInfomations(boolean bPrintDebugInfo)
|
boolean |
getFast()
|
java.lang.String |
getId()
|
PluginKineticLaw |
getKineticLaw()
|
java.awt.Color |
getLineColor()
|
double |
getLineWidth()
|
PluginListOf |
getListOfGLogicGates()
|
PluginListOf |
getListOfModifiers()
|
PluginListOf |
getListOfProducts()
|
PluginListOf |
getListOfReactants()
|
PluginModifierSpeciesReference |
getModifier(int index)
Gets the PluginModifierSpeciesReference with the given index of this PluginReaction. |
java.lang.String |
getName()
|
int |
getNumGLogicGates()
|
int |
getNumModifiers()
|
int |
getNumProducts()
|
int |
getNumReactants()
|
PluginSpeciesReference |
getProduct(int index)
Gets the Product (PluginSpeciesReference) of this PluginReaction with the given index. |
PluginSpeciesReference |
getReactant(int index)
Gets the Reactant (PluginSpeciesReference) with the given index from this PluginReaction. |
java.lang.String |
getReactionType()
|
boolean |
getReversible()
|
void |
removeGLogicGate(int index)
|
void |
removeGLogicGate(PluginGLogicGate pgg)
|
void |
removeModifier(int index)
Removes the PluginModifierSpeciesReference from this PluginReaction. |
void |
removeModifier(PluginModifierSpeciesReference ref)
Removes a PluginModifierSpeciesReference from this PluginReaction. |
void |
removeProduct(int index)
Removes the Product (PluginSpeciesReference) with the given index from this PluginReaction. |
void |
removeProduct(PluginSpeciesReference ref)
Removes the given Product (PluginSpeciesReference) from this PluginReaction. |
void |
removeReactant(int index)
Removes the Reactant with the given index from this PluginReaction. |
void |
removeReactant(PluginSpeciesReference ref)
Removes the given Reactant (PluginSpeciesReference) from this PluginReaction. |
void |
setFast(boolean fast)
Sets the fast status of this PluginReaction to the given value (boolean) |
void |
setKineticLaw(PluginKineticLaw ki)
Sets the PluginKineticLaw of this PluginReaction. |
void |
setLineColor(java.awt.Color lineColor)
Sets the lineColor of this PluginReaction. |
void |
setLineWidth(double lineWidth)
Sets the line width of this PluginReaction. |
void |
setListOfGLogicGates(PluginListOf listOfGLogicGates)
|
void |
setListOfModifiers(PluginListOf listOfModifiers)
Sets the list of PluginModifierSpeciesReference of this PluginReaction. |
void |
setListOfProducts(PluginListOf listOfProducts)
Sets the list of Products (PluginSpeciesReference) of this PluginReaction. |
void |
setListOfReactants(PluginListOf listOfReactants)
Sets the list of Reactants (PluginSpeciesReference) of this PluginReaction. |
void |
setName(java.lang.String name)
Sets the name of this PluginReaction. |
void |
setReactionType(java.lang.String type)
Sets the type of this PluginReaction. |
void |
setReversible(boolean reversible)
Sets the reversible status of this PluginReaction to the given value (boolean). |
void |
update(PluginReaction reaction)
Update all properties of this PluginReaction to the same as the given PluginReaction. |
| Methods inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
getNotes, getNotesString, getParentSBase, setNotes, setParentSBase, toSBML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginReaction()
protected PluginReaction(java.lang.String id)
id - | Method Detail |
|---|
public void update(PluginReaction reaction)
reaction - public java.lang.String getId()
public boolean getFast()
public void setFast(boolean fast)
fast - public boolean getReversible()
public void setReversible(boolean reversible)
reversible - public java.lang.String getName()
public void setName(java.lang.String name)
name - public void addReactant(PluginSpeciesReference ref)
ref - PluginSpeciesReferencepublic void removeReactant(PluginSpeciesReference ref)
ref - public void removeReactant(int index)
index - public PluginSpeciesReference getReactant(int index)
index -
public void addProduct(PluginSpeciesReference ref)
ref - Productpublic void removeProduct(PluginSpeciesReference ref)
ref - public void removeProduct(int index)
index - public PluginSpeciesReference getProduct(int index)
index -
public void addModifier(PluginModifierSpeciesReference ref)
ref - PluginModifierSpeciesReferencepublic void removeModifier(PluginModifierSpeciesReference ref)
ref - public void removeModifier(int index)
index - public PluginModifierSpeciesReference getModifier(int index)
index -
public PluginKineticLaw getKineticLaw()
public void setKineticLaw(PluginKineticLaw ki)
ki - public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color lineColor)
lineColor - 設定する lineColor。public double getLineWidth()
public void setLineWidth(double lineWidth)
lineWidth - public PluginListOf getListOfModifiers()
public void setListOfModifiers(PluginListOf listOfModifiers)
listOfModifiers - public PluginListOf getListOfProducts()
public void setListOfProducts(PluginListOf listOfProducts)
listOfProducts - public PluginListOf getListOfReactants()
public void setListOfReactants(PluginListOf listOfReactants)
listOfReactants - public java.lang.String getReactionType()
public void setReactionType(java.lang.String type)
type - public int getNumReactants()
public int getNumProducts()
public int getNumModifiers()
public int getNumGLogicGates()
public void addGLogicGate(PluginGLogicGate pgg)
pgg - public void removeGLogicGate(int index)
public void removeGLogicGate(PluginGLogicGate pgg)
public PluginListOf getListOfGLogicGates()
public void setListOfGLogicGates(PluginListOf listOfGLogicGates)
public PluginRealLineInformationDataObjOfReactionLink getAllMyPostionInfomations()
public PluginRealLineInformationDataObjOfReactionLink getAllMyPostionInfomations(boolean bPrintDebugInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||