| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesFeatureValue |
SpeciesFeatureValue.clone()
clones this class
|
SpeciesFeatureValue |
SpeciesFeature.createSpeciesFeatureValue()
Creates a new SpeciesFeatureValue element and adds it to the
SpeciesFeature.listOfSpeciesFeatureValues list. |
SpeciesFeatureValue |
SpeciesFeature.getSpeciesFeatureValue(int i)
Gets an element from the
SpeciesFeature.listOfSpeciesFeatureValues at the given index. |
SpeciesFeatureValue |
SpeciesFeature.removeSpeciesFeatureValue(int i)
Removes an element from the
SpeciesFeature.listOfSpeciesFeatureValues at the given index. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesFeatureValue> |
SpeciesFeature.getListOfSpeciesFeatureValues()
Returns the
SpeciesFeature.listOfSpeciesFeatureValues. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpeciesFeature.addSpeciesFeatureValue(SpeciesFeatureValue speciesFeatureValue)
Adds a new
SpeciesFeatureValue to the SpeciesFeature.listOfSpeciesFeatureValues. |
boolean |
SpeciesFeature.removeSpeciesFeatureValue(SpeciesFeatureValue speciesFeatureValue)
Removes an element from the
SpeciesFeature.listOfSpeciesFeatureValues. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesFeature.setListOfSpeciesFeatureValues(ListOf<SpeciesFeatureValue> listOfSpeciesFeatureValues)
Sets the given
ListOf<SpeciesFeatureValue>. |
| Constructor and Description |
|---|
SpeciesFeatureValue(SpeciesFeatureValue obj)
Clone constructor
|
Copyright © 2009–2017. All rights reserved.