public class SampledFieldGeometry extends GeometryDefinition
ignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
SampledFieldGeometry() |
SampledFieldGeometry(SampledFieldGeometry sampledFieldGeometry) |
SampledFieldGeometry(String id,
int level,
int version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSampledVolume(SampledVolume sampledVolume)
Adds a new
SampledVolume to the listOfSampledVolumes. |
SampledFieldGeometry |
clone() |
SampledVolume |
createSampledVolume()
Creates a new SampledVolume element and adds it to the ListOfSampledVolumes list
|
SampledVolume |
createSampledVolume(String id)
Creates a new
SampledVolume element and adds it to the ListOfSampledVolumes list |
boolean |
equals(Object object) |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int index) |
int |
getChildCount() |
ListOf<SampledVolume> |
getListOfSampledVolumes()
Returns the listOfSampledVolumes.
|
String |
getSampledField()
Returns the value of sampledField
|
int |
hashCode() |
boolean |
isSetListOfSampledVolumes()
Returns
true, if listOfSampledVolumes contains at least one element. |
boolean |
isSetSampledField()
Returns whether sampledField is set
|
boolean |
readAttribute(String attributeName,
String prefix,
String value) |
void |
removeSampledVolume(int i)
Removes an element from the listOfSampledVolumes at the given index.
|
boolean |
removeSampledVolume(SampledVolume sampledVolume)
Removes an element from the listOfSampledVolumes.
|
void |
removeSampledVolume(String id) |
void |
setListOfSampledVolumes(ListOf<SampledVolume> listOfSampledVolumes)
Sets the given
ListOf<SampledVolume>. |
void |
setSampledField(String sampledField)
Sets the value of sampledField
|
boolean |
unsetListOfSampledVolumes()
Returns
true, if listOfSampledVolumes contain at least one element,
otherwise false |
boolean |
unsetSampledField()
Unsets the variable sampledField
|
Map<String,String> |
writeXMLAttributes() |
getIsActive, isActive, isSetIsActive, setIsActive, toString, unsetIsActivegetSpatialId, 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 SampledFieldGeometry()
public SampledFieldGeometry(SampledFieldGeometry sampledFieldGeometry)
sampledFieldGeometry - public SampledFieldGeometry(String id, int level, int version)
public SampledFieldGeometry clone()
clone in interface SBaseclone in class AbstractSBasepublic boolean equals(Object object)
equals in interface SBaseequals in class GeometryDefinitionpublic String getSampledField()
public boolean isSetSampledField()
public void setSampledField(String sampledField)
public boolean unsetSampledField()
true, if sampledField was set before,
otherwise falsepublic boolean isSetListOfSampledVolumes()
true, if listOfSampledVolumes contains at least one element.true, if listOfSampledVolumes contains at least one element,
otherwise falsepublic ListOf<SampledVolume> getListOfSampledVolumes()
public void setListOfSampledVolumes(ListOf<SampledVolume> listOfSampledVolumes)
ListOf<SampledVolume>. If listOfSampledVolumes
was defined before and contains some elements, they are all unset.listOfSampledVolumes - public boolean unsetListOfSampledVolumes()
true, if listOfSampledVolumes contain at least one element,
otherwise falsetrue, if listOfSampledVolumes contain at least one element,
otherwise falsepublic boolean addSampledVolume(SampledVolume sampledVolume)
SampledVolume to the listOfSampledVolumes.
The listOfSampledVolumes is initialized if necessary.
sampledVolume - the element to add to the listCollection#add)public boolean removeSampledVolume(SampledVolume sampledVolume)
sampledVolume - the element to be removed from the listList#remove(Object)public void removeSampledVolume(int i)
i - the index where to remove the SampledVolumeIndexOutOfBoundsException - if the listOf is not set or
if the index is out of bound (index < 0 || index > list.size)public void removeSampledVolume(String id)
public SampledVolume createSampledVolume()
public SampledVolume createSampledVolume(String id)
SampledVolume element and adds it to the ListOfSampledVolumes listSampledVolume elementpublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class AbstractSpatialNamedSBasepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class AbstractSpatialNamedSBasepublic TreeNode getChildAt(int index)
getChildAt in interface TreeNodegetChildAt in class AbstractSpatialNamedSBasepublic int hashCode()
hashCode in interface SBasehashCode in class GeometryDefinitionpublic Map<String,String> writeXMLAttributes()
writeXMLAttributes in interface SBasewriteXMLAttributes in class GeometryDefinitionpublic boolean readAttribute(String attributeName, String prefix, String value)
readAttribute in interface SBasereadAttribute in class GeometryDefinitionCopyright © 2009–2016. All rights reserved.