| 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 |
MultiSpeciesType.createSpeciesFeatureType()
Creates a new SpeciesFeatureType element and adds it to the
MultiSpeciesType.listOfSpeciesFeatureTypes list. |
SpeciesFeatureType |
MultiSpeciesType.createSpeciesFeatureType(String id)
Creates a new
SpeciesFeatureType element and adds it to the
MultiSpeciesType.listOfSpeciesFeatureTypes list. |
SpeciesFeatureType |
MultiSpeciesType.getSpeciesFeatureType(int i)
Gets an element from the
MultiSpeciesType.listOfSpeciesFeatureTypes at the given index. |
SpeciesFeatureType |
MultiSpeciesType.getSpeciesFeatureType(String speciesFeatureTypeId)
Gets an element from the listOfSpeciesFeatureTypes, with the given id.
|
SpeciesFeatureType |
MultiSpeciesType.removeSpeciesFeatureType(int i)
Removes an element from the
MultiSpeciesType.listOfSpeciesFeatureTypes at the given index. |
SpeciesFeatureType |
MultiSpeciesType.removeSpeciesFeatureType(String speciesFeatureTypeId)
Removes an element from the
MultiSpeciesType.listOfSpeciesFeatureTypes. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesFeatureType> |
MultiSpeciesType.getListOfSpeciesFeatureTypes()
Returns the
MultiSpeciesType.listOfSpeciesFeatureTypes. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiSpeciesType.addSpeciesFeatureType(SpeciesFeatureType speciesFeatureType)
Adds a new
SpeciesFeatureType to the MultiSpeciesType.listOfSpeciesFeatureTypes. |
boolean |
MultiSpeciesType.removeSpeciesFeatureType(SpeciesFeatureType speciesFeatureType)
Removes an element from the
MultiSpeciesType.listOfSpeciesFeatureTypes. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiSpeciesType.setListOfSpeciesFeatureTypes(ListOf<SpeciesFeatureType> listOfSpeciesFeatureTypes)
Sets the given
ListOf<SpeciesFeatureType>. |
| Constructor and Description |
|---|
SpeciesFeatureType(SpeciesFeatureType obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.