| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesFeatureType |
SpeciesFeatureType.clone()
clones this class
|
SpeciesFeatureType |
SpeciesType.createSpeciesFeatureType()
Creates a new SpeciesFeatureType element and adds it to the
SpeciesType.listOfSpeciesFeatureTypes list. |
SpeciesFeatureType |
SpeciesType.createSpeciesFeatureType(String id)
Creates a new
SpeciesFeatureType element and adds it to the
SpeciesType.listOfSpeciesFeatureTypes list. |
SpeciesFeatureType |
SpeciesType.getSpeciesFeatureType(int i)
Gets an element from the
SpeciesType.listOfSpeciesFeatureTypes at the given index. |
SpeciesFeatureType |
SpeciesType.getSpeciesFeatureType(String speciesFeatureTypeId)
Gets an element from the listOfSpeciesFeatureTypes, with the given id.
|
SpeciesFeatureType |
SpeciesType.removeSpeciesFeatureType(int i)
Removes an element from the
SpeciesType.listOfSpeciesFeatureTypes at the given index. |
SpeciesFeatureType |
SpeciesType.removeSpeciesFeatureType(String speciesFeatureTypeId)
Removes an element from the
SpeciesType.listOfSpeciesFeatureTypes. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesFeatureType> |
SpeciesType.getListOfSpeciesFeatureTypes()
Returns the
SpeciesType.listOfSpeciesFeatureTypes. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpeciesType.addSpeciesFeatureType(SpeciesFeatureType speciesFeatureType)
Adds a new
SpeciesFeatureType to the SpeciesType.listOfSpeciesFeatureTypes. |
boolean |
SpeciesType.removeSpeciesFeatureType(SpeciesFeatureType speciesFeatureType)
Removes an element from the
SpeciesType.listOfSpeciesFeatureTypes. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesType.setListOfSpeciesFeatureTypes(ListOf<SpeciesFeatureType> listOfSpeciesFeatureTypes)
Sets the given
ListOf<SpeciesFeatureType>. |
| Constructor and Description |
|---|
SpeciesFeatureType(SpeciesFeatureType obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.