| Package | Description |
|---|---|
| org.sbml.jsbml.ext.qual |
Provides classes for the Qualitative Models package.
|
| Modifier and Type | Method | Description |
|---|---|---|
FunctionTerm |
FunctionTerm.clone() |
|
FunctionTerm |
Transition.createFunctionTerm() |
Creates a new instance of
FunctionTerm and adds it to this
Transition's Transition.listOfFunctionTerms. |
FunctionTerm |
Transition.createFunctionTerm(ASTNode math) |
Creates a new instance of
FunctionTerm with the given
mathematical expression (encoded in an ASTNode) and adds it to
this Transition's Transition.listOfFunctionTerms. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<FunctionTerm> |
Transition.getListOfFunctionTerms() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Transition.addFunctionTerm(FunctionTerm functionTerm) |
|
boolean |
Transition.removeFunctionTerm(FunctionTerm functionTerm) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Transition.setListOfFunctionTerms(ListOf<FunctionTerm> loft) |
The
Transition element contains exactly one list of FunctionTerms. |
| Constructor | Description |
|---|---|
FunctionTerm(FunctionTerm ft) |
Creates a FunctionTerm instance from a given FunctionTerm.
|
Copyright © 2009–2022. All rights reserved.