| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
PossibleValue |
StateFeature.createPossibleValue()
Creates a new
PossibleValue inside this StateFeature and returns it. |
PossibleValue |
StateFeature.createPossibleValue(String id)
Creates a new
PossibleValue inside this StateFeature and returns it. |
PossibleValue |
StateFeature.getPossibleValue(int i)
Gets the ith
PossibleValue. |
PossibleValue |
StateFeature.getPossibleValue(String id)
Gets the
PossibleValue that has the given id. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<PossibleValue> |
StateFeature.getListOfPossibleValues()
Returns the listOfPossibleValues
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateFeature.addPossibleValue(PossibleValue possibleValue)
Adds a PossibleValue.
|
| Constructor and Description |
|---|
PossibleValue(PossibleValue possibleValue) |
Copyright © 2009–2016. All rights reserved.