public class FBCReactionPlugin extends AbstractFBCSBasePlugin
Reaction class with the addition of a
new optional element GeneProductAssociation as well as two optional attributes lowerFluxBound and
upperFluxBound.
Introduced to FBC in version 2.
elementNamespace, extendedSBase, packageVersionlistOfListeners, parent, resourceBundle| Constructor | Description |
|---|---|
FBCReactionPlugin() |
Creates a new
FBCReactionPlugin instance. |
FBCReactionPlugin(FBCReactionPlugin reactionPlugin) |
Creates a new
FBCReactionPlugin instance. |
FBCReactionPlugin(Reaction extendedSBase) |
Creates a new
FBCReactionPlugin instance. |
| Modifier and Type | Method | Description |
|---|---|---|
FBCReactionPlugin |
clone() |
|
GeneProductAssociation |
createGeneProductAssociation() |
|
GeneProductAssociation |
createGeneProductAssociation(java.lang.String id) |
|
boolean |
equals(java.lang.Object obj) |
|
boolean |
getAllowsChildren() |
|
javax.swing.tree.TreeNode |
getChildAt(int index) |
|
int |
getChildCount() |
|
GeneProductAssociation |
getGeneProductAssociation() |
Returns the value of
geneProductAssociation. |
java.lang.String |
getLowerFluxBound() |
Returns the value of
lowerFluxBound. |
Parameter |
getLowerFluxBoundInstance() |
|
java.lang.String |
getUpperFluxBound() |
Returns the value of
upperFluxBound. |
Parameter |
getUpperFluxBoundInstance() |
|
int |
hashCode() |
|
boolean |
isSetGeneProductAssociation() |
Returns whether
geneProductAssociation is set. |
boolean |
isSetLowerFluxBound() |
Returns whether
lowerFluxBound is set. |
boolean |
isSetLowerFluxBoundInstance() |
|
boolean |
isSetUpperFluxBound() |
Returns whether
upperFluxBound is set. |
boolean |
isSetUpperFluxBoundInstance() |
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
void |
setGeneProductAssociation(GeneProductAssociation geneProductAssociation) |
Sets the value of
geneProductAssociation |
void |
setLowerFluxBound(java.lang.String lowerFluxBound) |
Sets the value of lowerFluxBound
|
void |
setLowerFluxBound(Parameter boundParameter) |
|
void |
setUpperFluxBound(java.lang.String upperFluxBound) |
Sets the value of upperFluxBound
|
void |
setUpperFluxBound(Parameter boundParameter) |
|
boolean |
unsetGeneProductAssociation() |
Unsets the variable
geneProductAssociation. |
boolean |
unsetLowerFluxBound() |
Unsets the variable lowerFluxBound.
|
boolean |
unsetUpperFluxBound() |
Unsets the variable upperFluxBound.
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
getPackageName, getPrefix, getURIfireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getElementNamespace, getExtendedSBase, getLevel, getPackageVersion, getParentSBMLObject, getSBMLDocument, getVersion, isSetExtendedSBase, isSetPackageVersion, removeFromParent, setExtendedSBase, setNamespace, setPackageVersionaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getParent, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isCloningInProgress, isInvalidSBMLAllowed, isLeaf, isReadingInProgress, isRoot, isSetParent, isSetUserObjects, notifyChildChange, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic FBCReactionPlugin()
FBCReactionPlugin instance.public FBCReactionPlugin(FBCReactionPlugin reactionPlugin)
FBCReactionPlugin instance.reactionPlugin - the instance to be clonepublic FBCReactionPlugin(Reaction extendedSBase)
FBCReactionPlugin instance.extendedSBase - the core Reaction that is extendedpublic FBCReactionPlugin clone()
clone in class org.sbml.jsbml.ext.AbstractSBasePluginpublic GeneProductAssociation createGeneProductAssociation()
public GeneProductAssociation createGeneProductAssociation(java.lang.String id)
id - public boolean equals(java.lang.Object obj)
equals in class org.sbml.jsbml.ext.AbstractSBasePluginpublic boolean getAllowsChildren()
public javax.swing.tree.TreeNode getChildAt(int index)
public int getChildCount()
public GeneProductAssociation getGeneProductAssociation()
geneProductAssociation.geneProductAssociation.public java.lang.String getLowerFluxBound()
lowerFluxBound.lowerFluxBound.public Parameter getLowerFluxBoundInstance()
public java.lang.String getUpperFluxBound()
upperFluxBound.upperFluxBound.public Parameter getUpperFluxBoundInstance()
public int hashCode()
hashCode in class org.sbml.jsbml.ext.AbstractSBasePluginpublic boolean isSetGeneProductAssociation()
geneProductAssociation is set.geneProductAssociation is set.public boolean isSetLowerFluxBound()
lowerFluxBound is set.lowerFluxBound is set.public boolean isSetLowerFluxBoundInstance()
public boolean isSetUpperFluxBound()
upperFluxBound is set.upperFluxBound is set.public boolean isSetUpperFluxBoundInstance()
public boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
public void setGeneProductAssociation(GeneProductAssociation geneProductAssociation)
geneProductAssociationgeneProductAssociation - the value of geneProductAssociation to be set.public void setLowerFluxBound(Parameter boundParameter)
boundParameter - public void setLowerFluxBound(java.lang.String lowerFluxBound)
lowerFluxBound - public void setUpperFluxBound(Parameter boundParameter)
boundParameter - public void setUpperFluxBound(java.lang.String upperFluxBound)
upperFluxBound - public boolean unsetGeneProductAssociation()
geneProductAssociation.true if geneProductAssociation was set before,
otherwise false.public boolean unsetLowerFluxBound()
true if lowerFluxBound was set before,
otherwise false.public boolean unsetUpperFluxBound()
true if upperFluxBound was set before,
otherwise false.public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in class org.sbml.jsbml.ext.AbstractSBasePluginCopyright © 2009–2022. All rights reserved.