| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
SampledVolume |
SampledVolume.clone() |
|
SampledVolume |
SampledFieldGeometry.createSampledVolume() |
Creates a new
SampledVolume instance and adds it to the ListOfSampledVolumes list |
SampledVolume |
SampledFieldGeometry.createSampledVolume(java.lang.String id) |
Creates a new
SampledVolume instance and adds it to the ListOfSampledVolumes list |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<SampledVolume> |
SampledFieldGeometry.getListOfSampledVolumes() |
Returns the listOfSampledVolumes.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
SampledFieldGeometry.addSampledVolume(SampledVolume sampledVolume) |
Adds a new
SampledVolume to the listOfSampledVolumes. |
boolean |
SampledFieldGeometry.removeSampledVolume(SampledVolume sampledVolume) |
Removes an element from the listOfSampledVolumes.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SampledFieldGeometry.setListOfSampledVolumes(ListOf<SampledVolume> listOfSampledVolumes) |
Sets the given
ListOf<SampledVolume>. |
| Constructor | Description |
|---|---|
SampledVolume(SampledVolume sv) |
Copyright © 2009–2022. All rights reserved.