public class FluxBound extends AbstractNamedSBase implements UniqueNamedSBase
FluxBound is a new FBC class which holds a single (in)equality that provides
the maximum or minimum value that a reaction flux can obtain at steady state.| Modifier and Type | Class and Description |
|---|---|
static class |
FluxBound.Operation
Allowable operations for flux bounds.
|
ignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
FluxBound()
Creates an instance of FluxBound.
|
FluxBound(FluxBound fb) |
FluxBound(int level,
int version)
Creates a FluxBound instance with a level and version.
|
FluxBound(String id)
Creates a FluxBound instance with an id.
|
FluxBound(String id,
int level,
int version)
Creates a
FluxBound instance with an id, level, and version. |
FluxBound(String id,
String name,
int level,
int version)
Creates a FluxBound instance with an id, name, level, and version.
|
| Modifier and Type | Method and Description |
|---|---|
FluxBound |
clone() |
boolean |
equals(Object obj) |
FluxBound.Operation |
getOperation()
Returns the operation
|
String |
getReaction()
Returns the reaction id
|
double |
getValue()
Returns the value
|
int |
hashCode() |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isIdMandatory() |
boolean |
isSetOperation()
Returns whether operation is set
|
boolean |
isSetReaction()
Returns whether reaction is set
|
boolean |
isSetValue() |
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setOperation(FluxBound.Operation operation) |
void |
setReaction(Reaction reaction) |
void |
setReaction(String reaction)
Sets the the reaction id
|
void |
setValue(double value) |
boolean |
unsetOperation()
Unsets the variable operation
|
boolean |
unsetReaction()
Unsets the variable reaction
|
boolean |
unsetValue()
Unsets the variable value
|
Map<String,String> |
writeXMLAttributes() |
getId, getName, isSetId, isSetName, isValidId, setId, setName, toString, unsetId, unsetNameaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllowsChildren, getAnnotation, getAnnotationString, getChildAt, getChildCount, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setHistory, setLevel, setMetaId, setNamespace, setNotes, setNotes, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetMetaId, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitgetId, getName, isSetId, isSetName, setId, setName, unsetId, unsetNameaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementName, getExtension, getExtensionCount, getExtensionPackages, getHistory, getLevel, getLevelAndVersion, getMetaId, getModel, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, registerChild, removeCVTerm, removeCVTerm, removeTreeNodeChangeListener, setAnnotation, setHistory, setLevel, setMetaId, setNotes, setNotes, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetMetaId, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetchildren, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeafpublic FluxBound()
public FluxBound(FluxBound fb)
fb - public FluxBound(int level,
int version)
level - version - public FluxBound(String id)
id - public FluxBound(String id, int level, int version)
FluxBound instance with an id, level, and version.id - level - version - public FluxBound clone()
clone in interface SBaseclone in class AbstractSBasepublic int hashCode()
hashCode in interface SBasehashCode in class AbstractNamedSBasepublic boolean equals(Object obj)
equals in interface SBaseequals in class AbstractNamedSBasepublic FluxBound.Operation getOperation()
public String getReaction()
public double getValue()
public void initDefaults()
public boolean isIdMandatory()
isIdMandatory in interface NamedSBasepublic boolean isSetValue()
public boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class AbstractNamedSBasepublic void setOperation(FluxBound.Operation operation)
operation - the operation to setpublic void setReaction(Reaction reaction)
reaction - public void setReaction(String reaction)
reaction - the reaction id to setpublic void setValue(double value)
value - the value to setpublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractNamedSBasepublic boolean unsetValue()
true, if value was set before,
otherwise falsepublic boolean isSetOperation()
public boolean unsetOperation()
true, if operation was set before,
otherwise falsepublic boolean isSetReaction()
public boolean unsetReaction()
true, if reaction was set before,
otherwise falseCopyright © 2009–2016. All rights reserved.