| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| org.sbml.jsbml.validator.offline.constraints |
| Modifier and Type | Method | Description |
|---|---|---|
InSpeciesTypeBond |
InSpeciesTypeBond.clone() |
clones this class
|
InSpeciesTypeBond |
MultiSpeciesType.createInSpeciesTypeBond() |
Creates a new InSpeciesTypeBond element and adds it to the
MultiSpeciesType.listOfInSpeciesTypeBonds list. |
InSpeciesTypeBond |
MultiSpeciesType.createInSpeciesTypeBond(java.lang.String id) |
Creates a new
InSpeciesTypeBond element and adds it to the
MultiSpeciesType.listOfInSpeciesTypeBonds list. |
InSpeciesTypeBond |
MultiSpeciesType.getInSpeciesTypeBond(int i) |
Gets an element from the
MultiSpeciesType.listOfInSpeciesTypeBonds at the given index. |
InSpeciesTypeBond |
MultiSpeciesType.getInSpeciesTypeBond(java.lang.String inSpeciesTypeBondId) |
Gets an element from the listOfInSpeciesTypeBonds, with the given id.
|
InSpeciesTypeBond |
MultiSpeciesType.removeInSpeciesTypeBond(int i) |
Removes an element from the
MultiSpeciesType.listOfInSpeciesTypeBonds at the given index. |
InSpeciesTypeBond |
MultiSpeciesType.removeInSpeciesTypeBond(java.lang.String inSpeciesTypeBondId) |
Removes an element from the
MultiSpeciesType.listOfInSpeciesTypeBonds. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<InSpeciesTypeBond> |
MultiSpeciesType.getListOfInSpeciesTypeBonds() |
Returns the
MultiSpeciesType.listOfInSpeciesTypeBonds. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
MultiSpeciesType.addInSpeciesTypeBond(InSpeciesTypeBond inSpeciesTypeBond) |
Adds a new
InSpeciesTypeBond to the MultiSpeciesType.listOfInSpeciesTypeBonds. |
boolean |
MultiSpeciesType.removeInSpeciesTypeBond(InSpeciesTypeBond inSpeciesTypeBond) |
Removes an element from the
MultiSpeciesType.listOfInSpeciesTypeBonds. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MultiSpeciesType.setListOfInSpeciesTypeBonds(ListOf<InSpeciesTypeBond> listOfInSpeciesTypeBonds) |
Sets the given
ListOf<InSpeciesTypeBond>. |
| Constructor | Description |
|---|---|
InSpeciesTypeBond(InSpeciesTypeBond obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
ValidationFunction<InSpeciesTypeBond> |
InSpeciesTypeBondConstraints.getValidationFunction(int errorCode,
ValidationContext context) |
Copyright © 2009–2022. All rights reserved.