|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simulator.sbml.EfficientASTNodeInterpreter
public class EfficientASTNodeInterpreter
This class is a more efficient implementation of an .
Constructor Summary | |
---|---|
EfficientASTNodeInterpreter(ValueHolder valueHolder)
Constructs an interpreter with a specific value holder. |
Method Summary | |
---|---|
org.sbml.jsbml.util.compilers.ASTNodeValue |
abs(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
and(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arccos(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arccosh(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arccot(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arccoth(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arccsc(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arccsch(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arcsec(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arcsech(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arcsin(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arcsinh(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arctan(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arctanh(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
ceiling(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(org.sbml.jsbml.CallableSBase nsb)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(org.sbml.jsbml.Compartment c)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(double mantissa,
int exponent,
java.lang.String units)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(double value,
java.lang.String units)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(int value,
java.lang.String units)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(java.lang.String name)
|
boolean |
compileBoolean(org.sbml.jsbml.ASTNode node)
Compiles an ASTNode to a boolean value. |
double |
compileDouble(org.sbml.jsbml.ASTNode node)
Compiles an ASTNode to a double value. |
org.sbml.jsbml.util.compilers.ASTNodeValue |
cos(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
cosh(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
cot(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
coth(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
csc(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
csch(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
delay(java.lang.String delayName,
org.sbml.jsbml.ASTNode x,
org.sbml.jsbml.ASTNode delay,
java.lang.String timeUnits)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
eq(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
exp(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
factorial(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
floor(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
frac(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
frac(int numerator,
int denominator)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
function(org.sbml.jsbml.FunctionDefinition function,
java.util.List<org.sbml.jsbml.ASTNode> arguments)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
function(java.lang.String functionDefinitionName,
java.util.List<org.sbml.jsbml.ASTNode> args)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
geq(org.sbml.jsbml.ASTNode nodeleft,
org.sbml.jsbml.ASTNode noderight)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getConstantAvogadro(java.lang.String name)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getConstantE()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getConstantFalse()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getConstantPi()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getConstantTrue()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getNegativeInfinity()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getPositiveInfinity()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
gt(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
lambda(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
leq(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
ln(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
log(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
log(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
lt(org.sbml.jsbml.ASTNode nodeleft,
org.sbml.jsbml.ASTNode noderight)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
minus(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
neq(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
not(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
or(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
piecewise(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
plus(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
pow(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
root(org.sbml.jsbml.ASTNode rootExponent,
org.sbml.jsbml.ASTNode radiant)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
root(double rootExponent,
org.sbml.jsbml.ASTNode radiant)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sec(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sech(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sin(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sinh(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sqrt(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
symbolTime(java.lang.String timeSymbol)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
tan(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
tanh(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
times(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
java.lang.String |
toString(org.sbml.jsbml.ASTNode value)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
uMinus(org.sbml.jsbml.ASTNode node)
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
unknownValue()
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
xor(java.util.List<org.sbml.jsbml.ASTNode> nodes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EfficientASTNodeInterpreter(ValueHolder valueHolder)
valueHolder
- Method Detail |
---|
public final org.sbml.jsbml.util.compilers.ASTNodeValue abs(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
abs
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue and(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
and
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arccos(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arccos
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arccosh(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arccosh
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arccot(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arccot
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arccoth(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arccoth
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arccsc(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arccsc
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arccsch(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arccsch
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arcsec(org.sbml.jsbml.ASTNode value) throws org.sbml.jsbml.SBMLException
arcsec
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arcsech(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
arcsech
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arcsin(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
arcsin
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arcsinh(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
arcsinh
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arctan(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
arctan
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue arctanh(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
arctanh
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue ceiling(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
ceiling
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public org.sbml.jsbml.util.compilers.ASTNodeValue compile(org.sbml.jsbml.CallableSBase nsb) throws org.sbml.jsbml.SBMLException
compile
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue compile(org.sbml.jsbml.Compartment c)
compile
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue compile(double mantissa, int exponent, java.lang.String units)
compile
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue compile(double value, java.lang.String units)
compile
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue compile(int value, java.lang.String units)
compile
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue compile(java.lang.String name)
compile
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue cos(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
cos
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue cosh(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
cosh
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue cot(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
cot
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue coth(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
coth
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue csc(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
csc
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue csch(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
csch
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue delay(java.lang.String delayName, org.sbml.jsbml.ASTNode x, org.sbml.jsbml.ASTNode delay, java.lang.String timeUnits) throws org.sbml.jsbml.SBMLException
delay
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue eq(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
eq
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue exp(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
exp
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue factorial(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
factorial
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue floor(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
floor
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue frac(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
frac
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue frac(int numerator, int denominator)
frac
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue function(org.sbml.jsbml.FunctionDefinition function, java.util.List<org.sbml.jsbml.ASTNode> arguments) throws org.sbml.jsbml.SBMLException
function
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue function(java.lang.String functionDefinitionName, java.util.List<org.sbml.jsbml.ASTNode> args) throws org.sbml.jsbml.SBMLException
function
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue geq(org.sbml.jsbml.ASTNode nodeleft, org.sbml.jsbml.ASTNode noderight) throws org.sbml.jsbml.SBMLException
geq
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue getConstantAvogadro(java.lang.String name)
getConstantAvogadro
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue getConstantE()
getConstantE
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue getConstantFalse()
getConstantFalse
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue getConstantPi()
getConstantPi
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue getConstantTrue()
getConstantTrue
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue getNegativeInfinity()
getNegativeInfinity
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue getPositiveInfinity()
getPositiveInfinity
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue gt(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
gt
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue lambda(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
lambda
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue leq(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
leq
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue ln(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
ln
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue log(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
log
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue log(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
log
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue lt(org.sbml.jsbml.ASTNode nodeleft, org.sbml.jsbml.ASTNode noderight) throws org.sbml.jsbml.SBMLException
lt
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue minus(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
minus
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue neq(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
neq
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue not(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
not
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue or(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
or
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue piecewise(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
piecewise
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue plus(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
plus
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue pow(org.sbml.jsbml.ASTNode left, org.sbml.jsbml.ASTNode right) throws org.sbml.jsbml.SBMLException
pow
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue root(org.sbml.jsbml.ASTNode rootExponent, org.sbml.jsbml.ASTNode radiant) throws org.sbml.jsbml.SBMLException
root
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue root(double rootExponent, org.sbml.jsbml.ASTNode radiant) throws org.sbml.jsbml.SBMLException
root
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue sec(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
sec
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue sech(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
sech
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue sin(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
sin
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue sinh(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
sinh
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue sqrt(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
sqrt
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue symbolTime(java.lang.String timeSymbol)
symbolTime
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
public final org.sbml.jsbml.util.compilers.ASTNodeValue tan(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
tan
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue tanh(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
tanh
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue times(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
times
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final java.lang.String toString(org.sbml.jsbml.ASTNode value)
public final org.sbml.jsbml.util.compilers.ASTNodeValue uMinus(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
uMinus
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue unknownValue() throws org.sbml.jsbml.SBMLException
unknownValue
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public final org.sbml.jsbml.util.compilers.ASTNodeValue xor(java.util.List<org.sbml.jsbml.ASTNode> nodes) throws org.sbml.jsbml.SBMLException
xor
in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
org.sbml.jsbml.SBMLException
public double compileDouble(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
the
- ASTNode
org.sbml.jsbml.SBMLException
public boolean compileBoolean(org.sbml.jsbml.ASTNode node) throws org.sbml.jsbml.SBMLException
the
- ASTNode
org.sbml.jsbml.SBMLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |