| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
InteriorPoint |
InteriorPoint.clone() |
|
InteriorPoint |
Domain.createInteriorPoint() |
Creates a new
InteriorPoint element and adds it to the ListOfInteriorPoints list |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<InteriorPoint> |
Domain.getListOfInteriorPoints() |
Returns the listOfInteriorPoints.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Domain.addInteriorPoint(InteriorPoint interiorPoint) |
Adds a new
InteriorPoint to the listOfInteriorPoints. |
boolean |
Domain.removeInteriorPoint(InteriorPoint interiorPoint) |
Removes an element from the listOfInteriorPoints.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Domain.setListOfInteriorPoints(ListOf<InteriorPoint> listOfInteriorPoints) |
Sets the given
ListOf<InteriorPoint>. |
| Constructor | Description |
|---|---|
InteriorPoint(InteriorPoint interiorPoint) |
Copyright © 2009–2022. All rights reserved.