| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
StateFeatureValue |
StateFeatureInstance.createStateFeatureValue()
Creates a new
StateFeatureValue inside this StateFeatureInstance and returns it. |
StateFeatureValue |
StateFeatureInstance.getStateFeatureValue(int i)
Gets the ith
StateFeatureValue. |
StateFeatureValue |
StateFeatureInstance.getStateFeatureValue(String id)
Gets the
StateFeatureValue that has the given id. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<StateFeatureValue> |
StateFeatureInstance.getListOfStateFeatureValues()
Returns the listOfStateFeatureValues
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateFeatureInstance.addStateFeatureValue(StateFeatureValue stateFeatureValue)
Adds a StateFeatureValue.
|
Copyright © 2009–2016. All rights reserved.