| 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 |
MultiSpeciesType.createSpeciesTypeInstance()
Creates a new SpeciesTypeInstance element and adds it to the
MultiSpeciesType.listOfSpeciesTypeInstances list. |
SpeciesTypeInstance |
MultiSpeciesType.createSpeciesTypeInstance(String id)
Creates a new
SpeciesTypeInstance element and adds it to the
MultiSpeciesType.listOfSpeciesTypeInstances list. |
SpeciesTypeInstance |
MultiSpeciesType.getSpeciesTypeInstance(int i)
Gets an element from the
MultiSpeciesType.listOfSpeciesTypeInstances at the given index. |
SpeciesTypeInstance |
MultiSpeciesType.getSpeciesTypeInstance(String speciesTypeInstanceId)
Gets an element from the listOfSpeciesTypeInstances, with the given id.
|
SpeciesTypeInstance |
MultiSpeciesType.removeSpeciesTypeInstance(int i)
Removes an element from the
MultiSpeciesType.listOfSpeciesTypeInstances at the given index. |
SpeciesTypeInstance |
MultiSpeciesType.removeSpeciesTypeInstance(String speciesTypeInstanceId)
Removes an element from the
MultiSpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesTypeInstance> |
MultiSpeciesType.getListOfSpeciesTypeInstances()
Returns the
MultiSpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiSpeciesType.addSpeciesTypeInstance(SpeciesTypeInstance speciesTypeInstance)
Adds a new
SpeciesTypeInstance to the MultiSpeciesType.listOfSpeciesTypeInstances. |
boolean |
MultiSpeciesType.removeSpeciesTypeInstance(SpeciesTypeInstance speciesTypeInstance)
Removes an element from the
MultiSpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiSpeciesType.setListOfSpeciesTypeInstances(ListOf<SpeciesTypeInstance> listOfSpeciesTypeInstances)
Sets the given
ListOf<SpeciesTypeInstance>. |
| Constructor and Description |
|---|
SpeciesTypeInstance(SpeciesTypeInstance obj)
Clone constructor
|
Copyright © 2009–2017. All rights reserved.