| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and 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(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(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(String inSpeciesTypeBondId)
Removes an element from the
MultiSpeciesType.listOfInSpeciesTypeBonds. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<InSpeciesTypeBond> |
MultiSpeciesType.getListOfInSpeciesTypeBonds()
Returns the
MultiSpeciesType.listOfInSpeciesTypeBonds. |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
MultiSpeciesType.setListOfInSpeciesTypeBonds(ListOf<InSpeciesTypeBond> listOfInSpeciesTypeBonds)
Sets the given
ListOf<InSpeciesTypeBond>. |
| Constructor and Description |
|---|
InSpeciesTypeBond(InSpeciesTypeBond obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.