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