public class AnalyticGeometry extends GeometryDefinition
| Constructor and Description |
|---|
AnalyticGeometry() |
AnalyticGeometry(AnalyticGeometry analyticGeometry) |
AnalyticGeometry(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() |
AnalyticVolume |
createAnalyticVolume()
Creates a new AnalyticVolume element and adds it to the ListOfAnalyticVolumes list
|
AnalyticVolume |
createAnalyticVolume(String id)
Creates a new
AnalyticVolume element and adds it to the ListOfAnalyticVolumes list |
boolean |
equals(Object object) |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int index) |
int |
getChildCount() |
org.sbml.jsbml.ListOf<AnalyticVolume> |
getListOfAnalyticVolumes()
Returns the listOfAnalyticVolumes.
|
int |
hashCode() |
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(String id) |
void |
setListOfAnalyticVolumes(org.sbml.jsbml.ListOf<AnalyticVolume> listOfAnalyticVolumes)
Sets the given
ListOf<AnalyticVolume>. |
boolean |
unsetListOfAnalyticVolumes()
Returns
true, if listOfAnalyticVolumes contain at least one element,
otherwise false |
getIsActive, isActive, isSetIsActive, readAttribute, setIsActive, toString, unsetIsActive, writeXMLAttributesgetSpatialId, initDefaults, isSetSpatialId, setSpatialId, unsetSpatialIdaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, appendNotes, appendNotes, checkAndSetPackageNamespaceAndVersion, checkAndSetPackageNamespaceAndVersion, 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, 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, waitaddCVTerm, addDeclaredNamespace, addExtension, addPlugin, appendAnnotation, appendAnnotation, 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, getPackageName, getPackageVersion, 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, registerChild, removeCVTerm, removeCVTerm, removeTreeNodeChangeListener, setAnnotation, setAnnotation, setAnnotation, setHistory, setLevel, setMetaId, setNotes, setNotes, setPackageVersion, 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 AnalyticGeometry()
public AnalyticGeometry(AnalyticGeometry analyticGeometry)
analyticGeometry - public AnalyticGeometry(String id, int level, int version)
id - level - version - public AnalyticGeometry clone()
clone in interface org.sbml.jsbml.SBaseclone in class AbstractSpatialNamedSBasepublic boolean isSetListOfAnalyticVolumes()
true, if listOfAnalyticVolumes contains at least one element.true, if listOfAnalyticVolumes contains at least one element,
otherwise falsepublic org.sbml.jsbml.ListOf<AnalyticVolume> getListOfAnalyticVolumes()
public void setListOfAnalyticVolumes(org.sbml.jsbml.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(E))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 AnalyticVolumeIndexOutOfBoundsException - if the listOf is not set or
if the index is out of bound (index < 0 || index > list.size).public void removeAnalyticVolume(String id)
id - public AnalyticVolume createAnalyticVolume()
public AnalyticVolume createAnalyticVolume(String id)
AnalyticVolume element and adds it to the ListOfAnalyticVolumes listid - AnalyticVolume 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 boolean equals(Object object)
equals in interface org.sbml.jsbml.SBaseequals in class GeometryDefinitionpublic int hashCode()
hashCode in interface org.sbml.jsbml.SBasehashCode in class GeometryDefinitionCopyright © 2009–2016. All rights reserved.