| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
DomainType |
DomainType.clone() |
DomainType |
Geometry.createDomainType()
Creates a new DomainType element and adds it to the ListOfDomainTypes list
|
DomainType |
Geometry.createDomainType(String id)
Creates a new
DomainType element and adds it to the ListOfDomainTypes list |
DomainType |
CompartmentMapping.getDomainTypeInstance() |
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<DomainType> |
Geometry.getListOfDomainTypes()
Returns the listOfDomainTypes.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
Geometry.setListOfDomainTypes(org.sbml.jsbml.ListOf<DomainType> listOfDomainTypes)
Sets the given
ListOf<DomainType>. |
| Constructor and Description |
|---|
DomainType(DomainType sb) |
Copyright © 2009–2016. All rights reserved.