| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
SampledField |
SampledField.clone() |
SampledField |
Geometry.createSampledField()
Creates a new SampledField element and adds it to the ListOfSampledFields list
|
SampledField |
Geometry.createSampledField(String id)
Creates a new
SampledField element and adds it to the ListOfSampledFields list |
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<SampledField> |
Geometry.getListOfSampledFields()
Returns the listOfSampledFields.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
Geometry.setListOfSampledFields(org.sbml.jsbml.ListOf<SampledField> listOfSampledFields)
Sets the given
ListOf<SampledField>. |
| Constructor and Description |
|---|
SampledField(SampledField sf) |
Copyright © 2009–2016. All rights reserved.