org.sbml.jsbml.ext.fbc
public class FBCSpeciesPlugin extends AbstractSBasePlugin
FBCSpeciesPlugin
is the extended Species
class with the additional
attributes charge and chemicalFormulaModifier and Type | Field and Description |
---|---|
private int |
charge |
private java.lang.String |
chemicalFormula |
private boolean |
isSetCharge |
private static long |
serialVersionUID
Generated serial version identifier.
|
extendedSBase, packageVersion
listOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS
Constructor and Description |
---|
FBCSpeciesPlugin(FBCSpeciesPlugin obj)
Clone constructor
|
FBCSpeciesPlugin(Species species)
Creates an FBCSpeciesPlugin instance
|
Modifier and Type | Method and Description |
---|---|
FBCSpeciesPlugin |
clone()
Creates a new instance of
SBasePlugin from this SBasePlugin . |
boolean |
getAllowsChildren() |
int |
getCharge()
Returns the value of charge
|
java.lang.String |
getChemicalFormula()
Returns the value of chemicalFormula
|
javax.swing.tree.TreeNode |
getChildAt(int index) |
int |
getChildCount() |
java.lang.String |
getElementNamespace()
Returns the XML namespace (URI) of the package extension of this plugin object.
|
java.lang.String |
getPackageName()
Returns the package name of this plugin object.
|
ListOf<Species> |
getParent() |
ListOf<Species> |
getParentSBMLObject()
Returns the parent
SBase object to which this plugin object connected. |
java.lang.String |
getPrefix()
Returns the prefix of the package extension of this plugin object.
|
java.lang.String |
getURI()
Gets the URI to which this element belongs to.
|
void |
initDefaults()
Initializes the default values.
|
boolean |
isSetCharge()
Returns whether charge is set
|
boolean |
isSetChemicalFormula()
Returns whether chemicalFormula is set
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
Reads and sets the attribute if it is know from this
SBasePlugin . |
void |
setCharge(int charge)
Sets the value of charge.
|
void |
setChemicalFormula(java.lang.String chemicalFormula)
Sets the value of chemicalFormula.
|
boolean |
unsetCharge()
Unsets the variable charge
|
boolean |
unsetChemicalFormula()
Unsets the variable chemicalFormula
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes()
Returns a
Map containing the XML attributes of this object. |
equals, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getExtendedSBase, getLevel, getPackageVersion, getSBMLDocument, getVersion, hashCode, isSetExtendedSBase, removeFromParent, setExtendedSBase
addAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, notifyChildChange, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySet
finalize, getClass, notify, notifyAll, wait, wait, wait
addAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySet
private static final long serialVersionUID
private int charge
private java.lang.String chemicalFormula
private boolean isSetCharge
public FBCSpeciesPlugin(FBCSpeciesPlugin obj)
public FBCSpeciesPlugin(Species species)
public java.lang.String getElementNamespace()
SBasePlugin
public java.lang.String getPackageName()
SBasePlugin
public java.lang.String getPrefix()
SBasePlugin
public java.lang.String getURI()
SBasePlugin
public ListOf<Species> getParent()
getParent
in interface javax.swing.tree.TreeNode
getParent
in class AbstractTreeNode
public ListOf<Species> getParentSBMLObject()
SBasePlugin
SBase
object to which this plugin object connected.getParentSBMLObject
in interface SBasePlugin
getParentSBMLObject
in class AbstractSBasePlugin
SBase
object to which this plugin object connected.public FBCSpeciesPlugin clone()
SBasePlugin
SBasePlugin
from this SBasePlugin
.clone
in interface SBasePlugin
clone
in class AbstractSBasePlugin
SBasePlugin
from this SBasePlugin
.public boolean getAllowsChildren()
public int getCharge()
public java.lang.String getChemicalFormula()
public javax.swing.tree.TreeNode getChildAt(int index)
public int getChildCount()
public void initDefaults()
public boolean isSetCharge()
public boolean isSetChemicalFormula()
public boolean readAttribute(java.lang.String attributeName, java.lang.String prefix, java.lang.String value)
SBasePlugin
SBasePlugin
.attributeName
- localName of the XML attributeprefix
- prefix of the XML attributevalue
- value of the XML attributetrue
if the attribute has been successfully read.public void setCharge(int charge)
public void setChemicalFormula(java.lang.String chemicalFormula)
public boolean unsetCharge()
true
, if charge was set before,
otherwise false
public boolean unsetChemicalFormula()
true
if chemicalFormula was set before,
otherwise false
public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
SBasePlugin
Map
containing the XML attributes of this object.writeXMLAttributes
in interface SBasePlugin
writeXMLAttributes
in class AbstractSBasePlugin
Map
containing the XML attributes of this object.