| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
AnalyticVolume |
AnalyticVolume.clone() |
|
AnalyticVolume |
AnalyticGeometry.createAnalyticVolume() |
Creates a new AnalyticVolume element and adds it to the ListOfAnalyticVolumes list
|
AnalyticVolume |
AnalyticGeometry.createAnalyticVolume(java.lang.String id) |
Creates a new
AnalyticVolume element and adds it to the ListOfAnalyticVolumes list |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<AnalyticVolume> |
AnalyticGeometry.getListOfAnalyticVolumes() |
Returns the listOfAnalyticVolumes.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
AnalyticGeometry.setListOfAnalyticVolumes(ListOf<AnalyticVolume> listOfAnalyticVolumes) |
Sets the given
ListOf<AnalyticVolume>. |
| Constructor | Description |
|---|---|
AnalyticVolume(AnalyticVolume node) |
Creates a new
AnalyticVolume instance. |
Copyright © 2009–2022. All rights reserved.