| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
AdjacentDomains |
AdjacentDomains.clone() |
|
AdjacentDomains |
Geometry.createAdjacentDomain() |
Creates a new AdjacentDomain element and adds it to the ListOfAdjacentDomains list
|
AdjacentDomains |
Geometry.createAdjacentDomain(java.lang.String id) |
Creates a new
AdjacentDomains element and adds it to the
Geometry.listOfAdjacentDomains list |
AdjacentDomains |
Geometry.getAdjacentDomains(int i) |
Gets an element from the
Geometry.listOfAdjacentDomains at the given index. |
AdjacentDomains |
Geometry.getAdjacentDomains(java.lang.String id) |
Gets an element from the listOfAdjacentDomains, with the given id.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<AdjacentDomains> |
Geometry.getListOfAdjacentDomains() |
Returns the listOfAdjacentDomains.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Geometry.addAdjacentDomain(AdjacentDomains adjacentDomains) |
Adds a new
AdjacentDomains to the Geometry.listOfAdjacentDomains. |
boolean |
Geometry.removeAdjacentDomain(AdjacentDomains adjacentDomains) |
Removes an element from the listOfAdjacentDomains.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Geometry.setListOfAdjacentDomains(ListOf<AdjacentDomains> listOfAdjacentDomains) |
Sets the given
ListOf<AdjacentDomain>. |
| Constructor | Description |
|---|---|
AdjacentDomains(AdjacentDomains sb) |
Clone constructor
|
Copyright © 2009–2022. All rights reserved.