| Package | Description |
|---|---|
| org.sbml.jsbml.ext.qual |
Provides classes for the Qualitative Models package.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
ListOf<FunctionTerm> |
Transition.getListOfFunctionTerms() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Transition.addFunctionTerm(FunctionTerm functionTerm) |
boolean |
Transition.removeFunctionTerm(FunctionTerm functionTerm) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.setListOfFunctionTerms(ListOf<FunctionTerm> loft)
The
Transition element contains exactly one list of FunctionTerms. |
| Constructor and Description |
|---|
FunctionTerm(FunctionTerm ft)
Creates a FunctionTerm instance from a given FunctionTerm.
|
Copyright © 2009–2017. All rights reserved.