org.sbml.jsbml.ext.spatial
public class AnalyticGeometry extends GeometryDefinition
| Modifier and Type | Field and Description |
|---|---|
private ListOf<AnalyticVolume> |
listOfAnalyticVolumes |
private static long |
serialVersionUID
Generated serial version identifier.
|
spatialIdignoredExtensions, ignoredXMLElementslistOfListeners, parent, UNKNOWN_ATTRIBUTES, UNKNOWN_ELEMENTS| Constructor and Description |
|---|
AnalyticGeometry() |
AnalyticGeometry(AnalyticGeometry analyticGeometry) |
AnalyticGeometry(java.lang.String id,
int level,
int version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAnalyticVolume(AnalyticVolume analyticVolume)
Adds a new
AnalyticVolume to the listOfAnalyticVolumes. |
AnalyticGeometry |
clone()
Creates a deep copy of this object, i.e., a new
SBase with the same properties
like this one. |
AnalyticVolume |
createAnalyticVolume()
Creates a new AnalyticVolume element and adds it to the ListOfAnalyticVolumes list
|
AnalyticVolume |
createAnalyticVolume(java.lang.String id)
Creates a new
AnalyticVolume element and adds it to the ListOfAnalyticVolumes list |
boolean |
equals(java.lang.Object object)
|
boolean |
getAllowsChildren() |
javax.swing.tree.TreeNode |
getChildAt(int index) |
int |
getChildCount() |
ListOf<AnalyticVolume> |
getListOfAnalyticVolumes()
Returns the listOfAnalyticVolumes.
|
boolean |
isSetListOfAnalyticVolumes()
Returns
true, if listOfAnalyticVolumes contains at least one element. |
boolean |
removeAnalyticVolume(AnalyticVolume analyticVolume)
Removes an element from the listOfAnalyticVolumes.
|
void |
removeAnalyticVolume(int i)
Removes an element from the listOfAnalyticVolumes at the given index.
|
void |
removeAnalyticVolume(java.lang.String id) |
void |
setListOfAnalyticVolumes(ListOf<AnalyticVolume> listOfAnalyticVolumes)
Sets the given
ListOf<AnalyticVolume>. |
boolean |
unsetListOfAnalyticVolumes()
Returns
true, if listOfAnalyticVolumes contain at least one element,
otherwise false |
getIsActive, hashCode, isActive, isSetIsActive, readAttribute, setIsActive, toString, unsetIsActive, writeXMLAttributesgetSpatialId, 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, userObjectKeySetprivate ListOf<AnalyticVolume> listOfAnalyticVolumes
private static final long serialVersionUID
public AnalyticGeometry()
public AnalyticGeometry(AnalyticGeometry analyticGeometry)
public AnalyticGeometry(java.lang.String id,
int level,
int version)
public AnalyticGeometry clone()
SBaseSBase with the same properties
like this one.clone in interface SBaseclone in class AbstractSBasepublic boolean isSetListOfAnalyticVolumes()
true, if listOfAnalyticVolumes contains at least one element.true, if listOfAnalyticVolumes contains at least one element,
otherwise falsepublic ListOf<AnalyticVolume> getListOfAnalyticVolumes()
public void setListOfAnalyticVolumes(ListOf<AnalyticVolume> listOfAnalyticVolumes)
ListOf<AnalyticVolume>. If listOfAnalyticVolumes
was defined before and contains some elements, they are all unset.listOfAnalyticVolumes - public boolean unsetListOfAnalyticVolumes()
true, if listOfAnalyticVolumes contain at least one element,
otherwise falsetrue, if listOfAnalyticVolumes contain at least one element,
otherwise falsepublic boolean addAnalyticVolume(AnalyticVolume analyticVolume)
AnalyticVolume to the listOfAnalyticVolumes.
The listOfAnalyticVolumes is initialized if necessary.
analyticVolume - the element to add to the listCollection.add)public boolean removeAnalyticVolume(AnalyticVolume analyticVolume)
analyticVolume - the element to be removed from the listList#remove(Object)public void removeAnalyticVolume(int i)
i - the index where to remove the AnalyticVolumejava.lang.IndexOutOfBoundsException - if the listOf is not set or
if the index is out of bound (index < 0 || index > list.size)public void removeAnalyticVolume(java.lang.String id)
public AnalyticVolume createAnalyticVolume()
public AnalyticVolume createAnalyticVolume(java.lang.String id)
AnalyticVolume element and adds it to the ListOfAnalyticVolumes listAnalyticVolume elementpublic boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodegetAllowsChildren in class AbstractSpatialNamedSBasepublic int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class AbstractSpatialNamedSBasepublic javax.swing.tree.TreeNode getChildAt(int index)
getChildAt in interface javax.swing.tree.TreeNodegetChildAt in class AbstractSpatialNamedSBasepublic boolean equals(java.lang.Object object)
SBase