| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
StateFeatureInstance |
SpeciesTypeState.createStateFeatureInstance()
Creates a new
StateFeatureInstance inside this SpeciesTypeState and returns it. |
StateFeatureInstance |
SpeciesTypeState.createStateFeatureInstance(String id)
Creates a new
StateFeatureInstance inside this SpeciesTypeState and returns it. |
StateFeatureInstance |
SpeciesTypeState.getStateFeatureInstance(int i)
Gets the ith
StateFeatureInstance. |
StateFeatureInstance |
SpeciesTypeState.getStateFeatureInstance(String id)
Gets the
StateFeatureInstance that has the given id. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<StateFeatureInstance> |
SpeciesTypeState.getListOfStateFeatureInstances()
Returns the listOfStateFeatureInstances
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesTypeState.addStateFeatureInstance(StateFeatureInstance stateFeatureInstance)
Adds a StateFeatureInstance.
|
Copyright © 2009–2016. All rights reserved.