| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateComponent |
CoordinateComponent.clone() |
CoordinateComponent |
Geometry.createCoordinateComponent()
Creates a new CoordinateComponent element and adds it to the ListOfCoordinateComponents list
|
CoordinateComponent |
Geometry.createCoordinateComponent(String id)
Creates a new
CoordinateComponent element and adds it to the ListOfCoordinateComponents list |
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<CoordinateComponent> |
Geometry.getListOfCoordinateComponents()
Returns the listOfCoordinateComponents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Geometry.addCoordinateComponent(CoordinateComponent coordinateComponents)
Adds a new
CoordinateComponent to the listOfCoordinateComponents. |
boolean |
Geometry.removeCoordinateComponent(CoordinateComponent coordinateComponents)
Removes an element from the listOfCoordinateComponents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Geometry.setListOfCoordinateComponents(org.sbml.jsbml.ListOf<CoordinateComponent> listOfCoordinateComponents)
Sets the given
ListOf<CoordinateComponent>. |
| Constructor and Description |
|---|
CoordinateComponent(CoordinateComponent coordComp) |
Copyright © 2009–2016. All rights reserved.