java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeNode, SBase, TreeNodeWithChangeSupportAdvectionCoefficient, BoundaryCondition, DiffusionCoefficient, SpatialSymbolReferencepublic class ParameterType extends AbstractSBase
SpatialParameterPlugin.ignoredExtensions, ignoredXMLElements, JSBML_WRONG_SBO_TERM, packageNamelistOfListeners, parent, resourceBundle| Constructor | Description |
|---|---|
ParameterType() |
Creates a new
ParameterType instance. |
ParameterType(int level,
int version) |
Creates a new
ParameterType instance. |
ParameterType(ParameterType ref) |
Creates a new
ParameterType instance. |
| Modifier and Type | Method | Description |
|---|---|---|
ParameterType |
clone() |
|
boolean |
equals(java.lang.Object object) |
|
boolean |
getAllowsChildren() |
|
javax.swing.tree.TreeNode |
getChildAt(int childIndex) |
|
int |
getChildCount() |
|
Geometry |
getGeometryInstance() |
Returns the
Geometry instance. |
Parameter |
getParameterInstance() |
|
java.lang.String |
getSpatialRef() |
Returns the spatial reference (id of any element defined in the Geometry of the model).
|
Species |
getSpeciesInstance() |
|
java.lang.String |
getSpeciesReference() |
Returns the value of
variable. |
java.lang.String |
getSpId() |
Returns the spatial reference (id of any element defined in the Geometry of the model).
|
java.lang.String |
getVariable() |
Returns the value of
variable. |
SBase |
getVariableInstance() |
|
int |
hashCode() |
|
void |
initDefaults() |
Initializes the default values using the namespace.
|
boolean |
isSetSpatialRef() |
Returns
true is the spatial reference is set. |
boolean |
isSetSpeciesReference() |
Returns whether
variable is set. |
boolean |
isSetSpId() |
Returns
true is the spatial reference is set. |
boolean |
isSetVariable() |
Returns whether
variable is set. |
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
|
void |
setSpatialRef(java.lang.String spatialRef) |
Sets the spatial reference
|
void |
setSpeciesRef(java.lang.String variable) |
Sets the value of variable
|
void |
setSpeciesReference(java.lang.String variable) |
Sets the value of variable
|
void |
setSpId(java.lang.String spatialRef) |
Sets the spatial reference
|
void |
setVariable(java.lang.String variable) |
Sets the value of variable
|
boolean |
unsetSpatialRef() |
Unsets the spatialRef attribute.
|
boolean |
unsetVariable() |
Unsets the variable attribute.
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, addResources, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, checkAttribute, checkIdentifier, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAllDeclaredNamespaces, getAnnotation, getAnnotationString, getCVTerm, getCVTermCount, getCVTerms, getDeclaredNamespaces, getElementByMetaId, getElementBySId, getElementName, getExtension, getExtensionCount, getExtensionPackages, getFirstElementIndex, getHistory, getId, getIdManager, getLevel, getLevelAndVersion, getMetaId, getModel, getName, getNamespace, getNotes, getNotesString, getNumCVTerms, getNumPlugins, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasExtension, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isIdMandatory, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetId, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetName, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, removeDeclaredNamespaceByNamespace, removeDeclaredNamespaceByPrefix, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, replaceTopLevelAnnotationElement, replaceTopLevelAnnotationElement, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, setParentSBML, setParentSBMLObject, setSBOTerm, setSBOTerm, setThisAsParentSBMLObject, setVersion, toString, unregisterChild, unsetAnnotation, unsetCVTerms, unsetExtension, unsetHistory, unsetId, unsetMetaId, unsetName, unsetNamespace, unsetNotes, unsetPlugin, unsetSBOTermaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isCloningInProgress, isInvalidSBMLAllowed, isLeaf, isReadingInProgress, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySetfinalize, getClass, notify, notifyAll, wait, wait, waitremoveTreeNodeChangeListeneraddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic ParameterType()
ParameterType instance.public ParameterType(int level,
int version)
ParameterType instance.level - the SBML levelversion - the SBML versionpublic ParameterType(ParameterType ref)
ParameterType instance.ref - the instance to clonepublic void initDefaults()
public Geometry getGeometryInstance()
Geometry instance.Geometry instance.public java.lang.String getSpId()
getSpatialRef()public java.lang.String getSpatialRef()
public boolean isSetSpId()
true is the spatial reference is set.true is the spatial reference is set.isSetSpatialRef()public boolean isSetSpatialRef()
true is the spatial reference is set.true is the spatial reference is set.public void setSpId(java.lang.String spatialRef)
spatialRef - the spatialRef to setsetSpatialRef(String)public void setSpatialRef(java.lang.String spatialRef)
spatialRef - the spatialRef to setpublic java.lang.String getVariable()
variable.variable.public SBase getVariableInstance()
public Species getSpeciesInstance()
public java.lang.String getSpeciesReference()
variable.variable.getVariable()public Parameter getParameterInstance()
public boolean isSetSpeciesReference()
variable is set.variable is set.isSetVariable()public boolean isSetVariable()
variable is set.variable is set.public void setSpeciesReference(java.lang.String variable)
variable - the value of variable to be set.setVariable(String)public void setVariable(java.lang.String variable)
variable - the value of variable to be set.public boolean unsetSpatialRef()
true if spatialRef was set before, otherwise false.public boolean unsetVariable()
true if variable was set before, otherwise false.public void setSpeciesRef(java.lang.String variable)
variable - the value of variable to be set.setVariable(String)public ParameterType clone()
clone in interface SBaseclone in class AbstractSBasepublic boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodegetAllowsChildren in class AbstractSBasepublic javax.swing.tree.TreeNode getChildAt(int childIndex)
getChildAt in interface javax.swing.tree.TreeNodegetChildAt in class AbstractSBasepublic int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class AbstractSBasepublic boolean equals(java.lang.Object object)
equals in interface SBaseequals in class AbstractSBasepublic int hashCode()
hashCode in interface SBasehashCode in class AbstractSBasepublic java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractSBasepublic boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
readAttribute in interface SBasereadAttribute in class AbstractSBaseCopyright © 2009–2022. All rights reserved.