| Package | Description |
|---|---|
| org.sbml.jsbml.ext.distrib |
| Modifier and Type | Method and Description |
|---|---|
DistribInput |
DistribInput.clone()
clones this class
|
DistribInput |
DrawFromDistribution.createDistribInput()
Creates a new DistribInput element and adds it to the ListOfDistribInputs list.
|
DistribInput |
DrawFromDistribution.createDistribInput(String id)
Creates a new
DistribInput element and adds it to the ListOfDistribInputs list. |
DistribInput |
DrawFromDistribution.getDistribInput(int i)
Gets an element from the listOfDistribInputs at the given index.
|
DistribInput |
DrawFromDistribution.getDistribInput(String distribInputId)
Gets an element from the listOfDistribInputs, with the given id.
|
DistribInput |
DrawFromDistribution.removeDistribInput(int i)
Removes an element from the listOfDistribInputs at the given index.
|
DistribInput |
DrawFromDistribution.removeDistribInput(String DistribInputId)
Removes an element from the listOfDistribInputs.
|
| Modifier and Type | Method and Description |
|---|---|
ListOf<DistribInput> |
DrawFromDistribution.getListOfDistribInputs()
Returns the listOfDistribInputs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DrawFromDistribution.addDistribInput(DistribInput DistribInput)
Adds a new
DistribInput to the listOfDistribInputs. |
boolean |
DrawFromDistribution.removeDistribInput(DistribInput DistribInput)
Removes an element from the listOfDistribInputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DrawFromDistribution.setListOfDistribInputs(ListOf<DistribInput> listOfDistribInputs)
Sets the given
ListOf<DistribInput>. |
| Constructor and Description |
|---|
DistribInput(DistribInput obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.