| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
SampledVolume |
SampledVolume.clone() |
SampledVolume |
SampledFieldGeometry.createSampledVolume()
Creates a new
SampledVolume instance and adds it to the ListOfSampledVolumes list |
SampledVolume |
SampledFieldGeometry.createSampledVolume(String id)
Creates a new
SampledVolume instance and adds it to the ListOfSampledVolumes list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SampledVolume> |
SampledFieldGeometry.getListOfSampledVolumes()
Returns the listOfSampledVolumes.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
SampledFieldGeometry.setListOfSampledVolumes(ListOf<SampledVolume> listOfSampledVolumes)
Sets the given
ListOf<SampledVolume>. |
| Constructor and Description |
|---|
SampledVolume(SampledVolume sv) |
Copyright © 2009–2016. All rights reserved.