| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
StateFeature |
SpeciesType.createStateFeature()
Creates a new
StateFeature inside this SpeciesType and returns it. |
StateFeature |
SpeciesType.createStateFeature(String id)
Creates a new
StateFeature inside this SpeciesType and returns it. |
StateFeature |
SpeciesType.getStateFeature(int i)
Gets the ith
StateFeature. |
StateFeature |
SpeciesType.getStateFeature(String id)
Gets the
StateFeature that has the given id. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<StateFeature> |
SpeciesType.getListOfStateFeatures()
Returns the listOfStateFeatures
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesType.addStateFeature(StateFeature stateFeature)
Adds a StateFeature.
|
Copyright © 2009–2016. All rights reserved.