| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
AdjacentDomains |
AdjacentDomains.clone() |
AdjacentDomains |
Geometry.createAdjacentDomain()
Creates a new AdjacentDomain element and adds it to the ListOfAdjacentDomains list
|
AdjacentDomains |
Geometry.createAdjacentDomain(String id)
Creates a new
AdjacentDomains element and adds it to the
Geometry.listOfAdjacentDomains list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<AdjacentDomains> |
Geometry.getListOfAdjacentDomains()
Returns the listOfAdjacentDomains.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
Geometry.setListOfAdjacentDomains(ListOf<AdjacentDomains> listOfAdjacentDomains)
Sets the given
ListOf<AdjacentDomain>. |
| Constructor and Description |
|---|
AdjacentDomains(AdjacentDomains sb)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.