| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesTypeInstance |
SpeciesTypeInstance.clone()
clones this class
|
SpeciesTypeInstance |
SpeciesType.createSpeciesTypeInstance()
Creates a new SpeciesTypeInstance element and adds it to the
SpeciesType.listOfSpeciesTypeInstances list. |
SpeciesTypeInstance |
SpeciesType.createSpeciesTypeInstance(String id)
Creates a new
SpeciesTypeInstance element and adds it to the
SpeciesType.listOfSpeciesTypeInstances list. |
SpeciesTypeInstance |
SpeciesType.getSpeciesTypeInstance(int i)
Gets an element from the
SpeciesType.listOfSpeciesTypeInstances at the given index. |
SpeciesTypeInstance |
SpeciesType.getSpeciesTypeInstance(String speciesTypeInstanceId)
Gets an element from the listOfSpeciesTypeInstances, with the given id.
|
SpeciesTypeInstance |
SpeciesType.removeSpeciesTypeInstance(int i)
Removes an element from the
SpeciesType.listOfSpeciesTypeInstances at the given index. |
SpeciesTypeInstance |
SpeciesType.removeSpeciesTypeInstance(String speciesTypeInstanceId)
Removes an element from the
SpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesTypeInstance> |
SpeciesType.getListOfSpeciesTypeInstances()
Returns the
SpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpeciesType.addSpeciesTypeInstance(SpeciesTypeInstance speciesTypeInstance)
Adds a new
SpeciesTypeInstance to the SpeciesType.listOfSpeciesTypeInstances. |
boolean |
SpeciesType.removeSpeciesTypeInstance(SpeciesTypeInstance speciesTypeInstance)
Removes an element from the
SpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesType.setListOfSpeciesTypeInstances(ListOf<SpeciesTypeInstance> listOfSpeciesTypeInstances)
Sets the given
ListOf<SpeciesTypeInstance>. |
| Constructor and Description |
|---|
SpeciesTypeInstance(SpeciesTypeInstance obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.