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