public class SpatialPoints
extends org.sbml.jsbml.AbstractSBase
| Constructor and Description |
|---|
SpatialPoints()
Creates an SpatialPoints instance
|
SpatialPoints(int level,
int version)
Creates a SpatialPoints instance with a level and version.
|
SpatialPoints(SpatialPoints sp)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
append(String data)
Appends the variable data to arrayData.
|
SpatialPoints |
clone()
clones this class
|
boolean |
equals(Object object) |
String |
getArrayData()
Returns the value of
arrayData. |
int |
getArrayDataLength()
Returns the value of arrayDataLength.
|
CompressionKind |
getCompression()
Returns the value of compression.
|
DataKind |
getDataType()
Returns the value of dataType.
|
int |
hashCode() |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isSetArrayData()
Returns whether
arrayData is set. |
boolean |
isSetArrayDataLength()
Returns whether arrayDataLength is set.
|
boolean |
isSetCompression()
Returns whether compression is set.
|
boolean |
isSetDataType()
Returns whether dataType is set.
|
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
setArrayData(String arrayData)
Sets the value of arrayData
|
void |
setArrayDataLength(int arrayDataLength)
Sets the value of arrayDataLength
|
void |
setCompression(CompressionKind compression)
Sets the value of compression
|
void |
setCompression(String compression)
Sets the value of compression
|
void |
setDataType(DataKind dataType)
Sets the value of dataType
|
void |
setDataType(String dataType)
Sets the value of dataType
|
String |
toString() |
boolean |
unsetArrayData()
Unsets the variable arrayData.
|
boolean |
unsetArrayDataLength()
Unsets the variable arrayDataLength.
|
boolean |
unsetCompression()
Unsets the variable compression.
|
boolean |
unsetDataType()
Unsets the variable dataType.
|
Map<String,String> |
writeXMLAttributes() |
addCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, 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, getPackageName, getPackageVersion, getParent, getParentSBMLObject, getPlugin, getSBMLDocument, getSBOTerm, getSBOTermID, getURI, getVersion, hasValidAnnotation, hasValidLevelVersionNamespaceCombination, isExtendedByOtherPackages, isPackageEnabled, isPackageURIEnabled, isPkgEnabled, isPkgURIEnabled, isSetAnnotation, isSetHistory, isSetLevel, isSetLevelAndVersion, isSetMetaId, isSetNotes, isSetPackageVErsion, isSetParentSBMLObject, isSetPlugin, isSetSBOTerm, isSetVersion, isValidLevelAndVersionCombination, isValidMetaId, notifyChildChange, registerChild, removeCVTerm, removeCVTerm, setAnnotation, setAnnotation, setAnnotation, setHistory, setLevel, setMetaId, setNamespace, setNotes, setNotes, setPackageVersion, 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, waitaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, fireNodeAddedEvent, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeFromParent, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic SpatialPoints()
public SpatialPoints(int level,
int version)
level - SBML Levelversion - SBML Versionpublic SpatialPoints(SpatialPoints sp)
public SpatialPoints clone()
clone in interface org.sbml.jsbml.SBaseclone in class org.sbml.jsbml.AbstractSBasepublic boolean equals(Object object)
equals in interface org.sbml.jsbml.SBaseequals in class org.sbml.jsbml.AbstractSBasepublic void initDefaults()
public CompressionKind getCompression()
public boolean isSetCompression()
public void setCompression(String compression)
compression - public void setCompression(CompressionKind compression)
compression - the value of compression to be set.public boolean unsetCompression()
true if compression was set before, otherwise false.public String getArrayData()
arrayData.arrayData.public boolean isSetArrayData()
arrayData is set.arrayData is set.public void setArrayData(String arrayData)
arrayData - the value of arrayData to be set.public boolean unsetArrayData()
true if arrayData was set before, otherwise false.public boolean append(String data)
true if data was appended to arrayData, otherwise false.public int getArrayDataLength()
public boolean isSetArrayDataLength()
public void setArrayDataLength(int arrayDataLength)
arrayDataLength - the value of arrayDataLength to be set.public boolean unsetArrayDataLength()
true if arrayDataLength was set before, otherwise false.public DataKind getDataType()
public boolean isSetDataType()
public void setDataType(String dataType)
dataType - public void setDataType(DataKind dataType)
dataType - the value of dataType to be set.public boolean unsetDataType()
true if dataType was set before, otherwise false.public int hashCode()
hashCode in interface org.sbml.jsbml.SBasehashCode in class org.sbml.jsbml.AbstractSBasepublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface org.sbml.jsbml.SBasewriteXMLAttributes in class org.sbml.jsbml.AbstractSBasepublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface org.sbml.jsbml.SBasereadAttribute in class org.sbml.jsbml.AbstractSBasepublic String toString()
toString in class org.sbml.jsbml.AbstractSBaseCopyright © 2009–2016. All rights reserved.