| Package | Description |
|---|---|
| org.sbml.jsbml |
Pure Java™ implementation of the data structures to represent all SBML
constructs.
|
| Modifier and Type | Method | Description |
|---|---|---|
Delay |
Delay.clone() |
|
Delay |
Event.createDelay() |
|
Delay |
Event.createDelay(ASTNode math) |
|
Delay |
Model.createDelay() |
|
Delay |
Event.getDelay() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Event.setDelay(Delay delay) |
Sets the delay of this Event to 'delay'.
|
| Constructor | Description |
|---|---|
Delay(Delay sb) |
Creates a Delay instance from a given Delay.
|