| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method | Description |
|---|---|---|
DomainType |
DomainType.clone() |
|
DomainType |
Geometry.createDomainType() |
Creates a new DomainType element and adds it to the ListOfDomainTypes list
|
DomainType |
Geometry.createDomainType(java.lang.String id) |
Creates a new
DomainType element and adds it to the ListOfDomainTypes list |
DomainType |
Geometry.getDomainType(int i) |
Gets an element from the
Geometry.listOfDomainTypes at the given index. |
DomainType |
Geometry.getDomainType(java.lang.String id) |
Gets an element from the listOfDomainTypes, with the given id.
|
DomainType |
CompartmentMapping.getDomainTypeInstance() |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<DomainType> |
Geometry.getListOfDomainTypes() |
Returns the listOfDomainTypes.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Geometry.addDomainType(DomainType domainType) |
Adds a new
DomainType to the listOfDomainTypes. |
boolean |
Geometry.removeDomainType(DomainType domainType) |
Removes an element from the listOfDomainTypes.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Geometry.setListOfDomainTypes(ListOf<DomainType> listOfDomainTypes) |
Sets the given
ListOf<DomainType>. |
| Constructor | Description |
|---|---|
DomainType(DomainType sb) |
Copyright © 2009–2022. All rights reserved.