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