| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
CSGObject |
CSGObject.clone() |
CSGObject |
CSGeometry.createCSGObject()
Creates a new CSGObject element and adds it to the ListOfCSGObjects list
|
CSGObject |
CSGeometry.createCSGObject(String id)
Creates a new
CSGObject element and adds it to the ListOfCSGObjects list |
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<CSGObject> |
CSGeometry.getListOfCSGObjects()
Returns the listOfCSGObjects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CSGeometry.addCSGObject(CSGObject csgo)
Adds a new
CSGObject to the listOfCSGObjects. |
boolean |
CSGeometry.removeCSGObject(CSGObject csgo)
Removes an element from the listOfCSGObjects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSGeometry.setListOfCSGObjects(org.sbml.jsbml.ListOf<CSGObject> listOfCSGObjects)
Sets the given
ListOf<CSGObject>. |
| Constructor and Description |
|---|
CSGObject(CSGObject csgo) |
Copyright © 2009–2016. All rights reserved.