| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesFeatureChange |
SpeciesFeatureChange.clone()
clones this class
|
SpeciesFeatureChange |
SpeciesTypeComponentMapInProduct.createSpeciesFeatureChange()
Creates a new SpeciesFeatureChange element and adds it to the
SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges list. |
SpeciesFeatureChange |
SpeciesTypeComponentMapInProduct.createSpeciesFeatureChange(String id)
Creates a new
SpeciesFeatureChange element and adds it to the
SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges list. |
SpeciesFeatureChange |
SpeciesTypeComponentMapInProduct.getSpeciesFeatureChange(int i)
Gets an element from the
SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges at the given index. |
SpeciesFeatureChange |
SpeciesTypeComponentMapInProduct.getSpeciesFeatureChange(String speciesFeatureChangeId)
Gets an element from the listOfSpeciesFeatureChanges, with the given id.
|
SpeciesFeatureChange |
SpeciesTypeComponentMapInProduct.removeSpeciesFeatureChange(int i)
Removes an element from the
SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges at the given index. |
SpeciesFeatureChange |
SpeciesTypeComponentMapInProduct.removeSpeciesFeatureChange(String speciesFeatureChangeId)
Removes an element from the
SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesFeatureChange> |
SpeciesTypeComponentMapInProduct.getListOfSpeciesFeatureChanges()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpeciesTypeComponentMapInProduct.addSpeciesFeatureChange(SpeciesFeatureChange speciesFeatureChange)
Adds a new
SpeciesFeatureChange to the SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges. |
boolean |
SpeciesTypeComponentMapInProduct.removeSpeciesFeatureChange(SpeciesFeatureChange speciesFeatureChange)
Removes an element from the
SpeciesTypeComponentMapInProduct.listOfSpeciesFeatureChanges. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesTypeComponentMapInProduct.setListOfSpeciesFeatureChanges(ListOf<SpeciesFeatureChange> listOfSpeciesFeatureChanges)
Sets the given
ListOf<SpeciesFeatureChange>. |
| Constructor and Description |
|---|
SpeciesFeatureChange(SpeciesFeatureChange obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.