| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.clone() |
Domain |
Geometry.createDomain()
Creates a new Domain element and adds it to the ListOfDomains list
|
Domain |
Geometry.createDomain(String id)
Creates a new
Domain element and adds it to the ListOfDomains list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<Domain> |
Geometry.getListOfDomains()
Returns the listOfDomains.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Geometry.addDomain(Domain domain)
Adds a new
Domain to the listOfDomains. |
boolean |
Geometry.removeDomain(Domain domain)
Removes an element from the listOfDomains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Geometry.setListOfDomains(ListOf<Domain> listOfDomains)
Sets the given
ListOf<Domain>. |
| Constructor and Description |
|---|
Domain(Domain dm) |
Copyright © 2009–2016. All rights reserved.