java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeNode, SBase, TreeNodeWithChangeSupportpublic class DiffusionCoefficient extends ParameterType
JSBML_WRONG_SBO_TERM| Constructor | Description |
|---|---|
DiffusionCoefficient() |
|
DiffusionCoefficient(int level,
int version) |
|
DiffusionCoefficient(java.lang.String id,
int level,
int version) |
|
DiffusionCoefficient(DiffusionCoefficient diffCoeff) |
| Modifier and Type | Method | Description |
|---|---|---|
DiffusionCoefficient |
clone() |
Creates a deep copy of this object, i.e., a new
SBase with the same
properties
like this one. |
boolean |
equals(java.lang.Object object) |
|
CoordinateKind |
getCoordinateReference1() |
Returns the value of coordinateReference1
|
CoordinateKind |
getCoordinateReference2() |
Returns the value of coordinateReference2
|
DiffusionKind |
getType() |
Returns the value of diffusionKind
|
int |
hashCode() |
Returns a hash code value for this
SBase instance. |
boolean |
isSetCoordinateReference1() |
Returns whether coordinateReference1 is set
|
boolean |
isSetCoordinateReference2() |
Returns whether coordinateReference2 is set
|
boolean |
isSetType() |
Returns whether diffusionKind is set
|
boolean |
readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value) |
Sets the given attribute in this
SBase. |
void |
setCoordinateReference1(CoordinateKind coordinateReference1) |
Sets the value of coordinateReference1
|
void |
setCoordinateReference2(CoordinateKind coordinateReference2) |
Sets the value of coordinateReference2
|
void |
setType(DiffusionKind diffusionKind) |
Sets the value of diffusionKind
|
boolean |
unsetCoordinateReference1() |
Unsets the variable coordinateReference1
|
boolean |
unsetCoordinateReference2() |
Unsets the variable coordinateReference2
|
boolean |
unsetType() |
Unsets the variable diffusionKind
|
java.util.Map<java.lang.String,java.lang.String> |
writeXMLAttributes() |
Returns a map with all the attributes of this
SBase that
need to be written out in XML. |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, addResources, appendAnnotation, appendAnnotation, appendNotes, appendNotes, 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, 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, registerChild, removeCVTerm, removeCVTerm, removeDeclaredNamespaceByNamespace, removeDeclaredNamespaceByPrefix, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, removeTopLevelAnnotationElement, replaceTopLevelAnnotationElement, replaceTopLevelAnnotationElement, setAnnotation, setAnnotation, setAnnotation, setHistory, setId, setLevel, setMetaId, setName, setNamespace, setNotes, setNotes, setPackageVersion, 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, isLeaf, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, userObjectKeySetgetAllowsChildren, getChildAt, getChildCount, getGeometryInstance, getParameterInstance, getSpatialRef, getSpeciesInstance, getSpeciesReference, getSpId, getVariable, getVariableInstance, initDefaults, isSetSpatialRef, isSetSpeciesReference, isSetSpId, isSetVariable, setSpatialRef, setSpeciesRef, setSpeciesReference, setSpId, setVariable, unsetSpatialRef, unsetVariableremoveTreeNodeChangeListeneraddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic DiffusionCoefficient()
public DiffusionCoefficient(DiffusionCoefficient diffCoeff)
diffCoeff - public DiffusionCoefficient(int level,
int version)
level - version - public DiffusionCoefficient(java.lang.String id,
int level,
int version)
id - level - version - public DiffusionCoefficient clone()
SBaseSBase with the same
properties
like this one.clone in interface SBaseclone in class ParameterTypepublic boolean equals(java.lang.Object object)
SBasepublic CoordinateKind getCoordinateReference1()
public boolean isSetCoordinateReference1()
public void setCoordinateReference1(CoordinateKind coordinateReference1)
coordinateReference1 - public boolean unsetCoordinateReference1()
true, if coordinateReference1 was set before,
otherwise falsepublic CoordinateKind getCoordinateReference2()
public boolean isSetCoordinateReference2()
public void setCoordinateReference2(CoordinateKind coordinateReference2)
coordinateReference2 - public boolean unsetCoordinateReference2()
true, if coordinateReference2 was set before,
otherwise falsepublic DiffusionKind getType()
public boolean isSetType()
public void setType(DiffusionKind diffusionKind)
diffusionKind - public boolean unsetType()
true, if diffusionKind was set before,
otherwise falsepublic int hashCode()
SBaseSBase instance.hashCode in interface SBasehashCode in class ParameterTypeSBase instance.Object.hashCode()public java.util.Map<java.lang.String,java.lang.String> writeXMLAttributes()
SBaseSBase that
need to be written out in XML.
The attribute name is used as a key and the attribute value as value. If a prefix is needed for the attribute name, it need to be set directly in this map.
writeXMLAttributes in interface SBasewriteXMLAttributes in class ParameterTypeMap containing the XML attributes of this object.public boolean readAttribute(java.lang.String attributeName,
java.lang.String prefix,
java.lang.String value)
SBaseSBase.
If the given attribute name is not recognized, nothing is done and
false is returned.
readAttribute in interface SBasereadAttribute in class ParameterTypeattributeName - localName of the XML attributeprefix - prefix of the XML attributevalue - value of the XML attributetrue if the attribute has been successfully read.