| Package | Description |
|---|---|
| org.sbml.jsbml.ext.dyn |
Provides classes for the
Dynamic Structures package.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ListOf<SpatialComponent> |
DynCompartmentPlugin.listOfSpatialComponents |
List of spatial components which describe compartment in space
|
| Modifier and Type | Method | Description |
|---|---|---|
SpatialComponent |
DynCompartmentPlugin.createSpatialComponent() |
Creates a new SpatialComponent element and adds it to the
listOfSpatialComponents list
|
SpatialComponent |
DynCompartmentPlugin.createSpatialComponent(java.lang.String id) |
Creates a new
SpatialComponent element and adds it to the
DynCompartmentPlugin.getListOfSpatialComponents() |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<SpatialComponent> |
DynCompartmentPlugin.getListOfSpatialComponents() |
Returns the value of listOfSpatialComponents
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
DynCompartmentPlugin.addSpatialComponent(SpatialComponent spatialComponent) |
Adds a new
SpatialComponent to the ListOfSpatialComponents. |
boolean |
DynCompartmentPlugin.removeSpatialComponent(SpatialComponent spatialComponent) |
Removes an element from the ListOfSpatialComponents
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DynCompartmentPlugin.setListOfSpatialComponents(ListOf<SpatialComponent> listOfSpatialComponents) |
Sets the value of listOfSpatialComponents
|
| Constructor | Description |
|---|---|
SpatialComponent(SpatialComponent spatialComponent) |
Constructor
|
Copyright © 2009–2022. All rights reserved.