| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
Domain |
Domain.clone() |
|
Domain |
Geometry.createDomain() |
Creates a new Domain element and adds it to the ListOfDomains list
|
Domain |
Geometry.createDomain(java.lang.String id) |
Creates a new
Domain element and adds it to the ListOfDomains list |
Domain |
Geometry.getDomain(int i) |
Gets an element from the
Geometry.listOfDomains at the given index. |
Domain |
Geometry.getDomain(java.lang.String id) |
Gets an element from the listOfDomains, with the given id.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<Domain> |
Geometry.getListOfDomains() |
Returns the listOfDomains.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
Geometry.setListOfDomains(ListOf<Domain> listOfDomains) |
Sets the given
ListOf<Domain>. |
| Constructor | Description |
|---|---|
Domain(Domain dm) |
Copyright © 2009–2022. All rights reserved.