| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticVolume |
AnalyticVolume.clone() |
AnalyticVolume |
AnalyticGeometry.createAnalyticVolume()
Creates a new AnalyticVolume element and adds it to the ListOfAnalyticVolumes list
|
AnalyticVolume |
AnalyticGeometry.createAnalyticVolume(String id)
Creates a new
AnalyticVolume element and adds it to the ListOfAnalyticVolumes list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<AnalyticVolume> |
AnalyticGeometry.getListOfAnalyticVolumes()
Returns the listOfAnalyticVolumes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnalyticGeometry.addAnalyticVolume(AnalyticVolume analyticVolume)
Adds a new
AnalyticVolume to the listOfAnalyticVolumes. |
boolean |
AnalyticGeometry.removeAnalyticVolume(AnalyticVolume analyticVolume)
Removes an element from the listOfAnalyticVolumes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticGeometry.setListOfAnalyticVolumes(ListOf<AnalyticVolume> listOfAnalyticVolumes)
Sets the given
ListOf<AnalyticVolume>. |
| Constructor and Description |
|---|
AnalyticVolume(AnalyticVolume node) |
Copyright © 2009–2016. All rights reserved.