| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| org.sbml.jsbml.validator.offline.constraints |
| Modifier and Type | Method | 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(java.lang.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(java.lang.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(java.lang.String speciesTypeInstanceId) |
Removes an element from the
MultiSpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<SpeciesTypeInstance> |
MultiSpeciesType.getListOfSpeciesTypeInstances() |
Returns the
MultiSpeciesType.listOfSpeciesTypeInstances. |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
MultiSpeciesType.setListOfSpeciesTypeInstances(ListOf<SpeciesTypeInstance> listOfSpeciesTypeInstances) |
Sets the given
ListOf<SpeciesTypeInstance>. |
| Constructor | Description |
|---|---|
SpeciesTypeInstance(SpeciesTypeInstance obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
ValidationFunction<SpeciesTypeInstance> |
SpeciesTypeInstanceConstraints.getValidationFunction(int errorCode,
ValidationContext context) |
Copyright © 2009–2022. All rights reserved.