public class SampledVolume extends AbstractSpatialNamedSBase
ignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
SampledVolume() |
SampledVolume(SampledVolume sv) |
SampledVolume(String id,
int level,
int version) |
| Modifier and Type | Method and Description |
|---|---|
SampledVolume |
clone() |
boolean |
equals(Object object) |
String |
getDomainType()
Returns the value of domainType
|
Double |
getMaxValue()
Returns the value of maxValue
|
Double |
getMinValue()
Returns the value of minValue
|
double |
getSampledValue()
Returns the value of sampledValue
|
int |
hashCode() |
boolean |
isSetDomainType()
Returns whether domainType is set
|
boolean |
isSetMaxValue()
Returns whether maxValue is set
|
boolean |
isSetMinValue()
Returns whether minValue is set
|
boolean |
isSetSampledValue()
Returns whether sampledValue is set
|
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setDomainType(String domainType)
Sets the value of domainType
|
void |
setMaxValue(Double maxValue)
Sets the value of maxValue
|
void |
setMinValue(Double minValue)
Sets the value of minValue
|
void |
setSampledValue(double sampledValue)
Sets the value of sampledValue
|
String |
toString() |
boolean |
unsetDomainType()
Unsets the variable domainType
|
boolean |
unsetMaxValue()
Unsets the variable maxValue
|
boolean |
unsetMinValue()
Unsets the variable minValue
|
boolean |
unsetSampledValue()
Unsets the variable sampledValue
|
Map<String,String> |
writeXMLAttributes() |
getAllowsChildren, getChildAt, getChildCount, getSpatialId, isSetSpatialId, setSpatialId, unsetSpatialIdaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendNotes, appendNotes, checkLevelAndVersionCompatibility, createHistory, createPlugin, disablePackage, enablePackage, enablePackage, filterCVTerms, filterCVTerms, filterCVTerms, filterCVTerms, fireNodeRemovedEvent, firePropertyChange, getAnnotation, getAnnotationString, 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, waitaddCVTerm, 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, userObjectKeySetpublic SampledVolume()
public SampledVolume(SampledVolume sv)
sv - public SampledVolume(String id, int level, int version)
public SampledVolume clone()
clone in interface SBaseclone in class AbstractSBasepublic boolean equals(Object object)
equals in interface SBaseequals in class AbstractSpatialNamedSBasepublic String getDomainType()
public boolean isSetDomainType()
public void setDomainType(String domainType)
public boolean unsetDomainType()
true, if domainType was set before,
otherwise falsepublic double getSampledValue()
public boolean isSetSampledValue()
public void setSampledValue(double sampledValue)
public boolean unsetSampledValue()
true, if sampledValue was set before,
otherwise falsepublic Double getMinValue()
public boolean isSetMinValue()
public void setMinValue(Double minValue)
public boolean unsetMinValue()
true, if minValue was set before,
otherwise falsepublic Double getMaxValue()
public boolean isSetMaxValue()
public void setMaxValue(Double maxValue)
public boolean unsetMaxValue()
true, if maxValue was set before,
otherwise falsepublic int hashCode()
hashCode in interface SBasehashCode in class AbstractSpatialNamedSBasepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class AbstractSpatialNamedSBasepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class AbstractSpatialNamedSBasepublic String toString()
toString in class AbstractSpatialNamedSBaseCopyright © 2009–2016. All rights reserved.