| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
SampledField |
SampledField.clone() |
|
SampledField |
Geometry.createSampledField() |
Creates a new SampledField element and adds it to the ListOfSampledFields list
|
SampledField |
Geometry.createSampledField(java.lang.String id) |
Creates a new
SampledField element and adds it to the ListOfSampledFields list |
SampledField |
Geometry.getSampledField(int i) |
Gets an element from the
Geometry.listOfSampledFields at the given index. |
SampledField |
Geometry.getSampledField(java.lang.String id) |
Gets an element from the listOfSampledFields, with the given id.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<SampledField> |
Geometry.getListOfSampledFields() |
Returns the listOfSampledFields.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Geometry.addSampledField(SampledField sampledField) |
Adds a new
SampledField to the listOfSampledFields. |
boolean |
Geometry.removeSampledField(SampledField sampledField) |
Removes an element from the listOfSampledFields.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Geometry.setListOfSampledFields(ListOf<SampledField> listOfSampledFields) |
Sets the given
ListOf<SampledField>. |
| Constructor | Description |
|---|---|
SampledField(SampledField sf) |
Copyright © 2009–2022. All rights reserved.