org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic class ArraysCompiler
extends java.lang.Object
implements org.sbml.jsbml.util.compilers.ASTNodeCompiler
ASTNode object to a real number.| Constructor | Description |
|---|---|
ArraysCompiler() |
Constructs an ArraysCompiler object.
|
ArraysCompiler(ArraysCompiler obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
org.sbml.jsbml.util.compilers.ASTNodeValue |
abs(org.sbml.jsbml.ASTNode value) |
|
java.lang.Double |
addValue(java.lang.String name,
double value) |
Adds a new string,double pair to the idToValue.
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
and(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
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 value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arcsin(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arcsinh(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arctan(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
arctanh(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
ceiling(org.sbml.jsbml.ASTNode value) |
|
ArraysCompiler |
clone() |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(double mantissa,
int exponent,
java.lang.String units) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(double real,
java.lang.String units) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(int integer,
java.lang.String units) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(java.lang.String name) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(org.sbml.jsbml.CallableSBase variable) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
compile(org.sbml.jsbml.Compartment c) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
cos(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
cosh(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
cot(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
coth(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
csc(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
csch(org.sbml.jsbml.ASTNode value) |
|
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 value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
factorial(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
floor(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
frac(int numerator,
int denominator) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
frac(org.sbml.jsbml.ASTNode numerator,
org.sbml.jsbml.ASTNode denominator) |
|
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 |
function(org.sbml.jsbml.FunctionDefinition functionDefinition,
java.util.List<org.sbml.jsbml.ASTNode> args) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
functionCsymbol(org.sbml.jsbml.ASTNode csymbol) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
geq(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right) |
|
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() |
|
int |
getFieldCount() |
Returns the number of values in this
ArraysCompiler. |
java.util.Map<java.lang.String,java.lang.Double> |
getMapIdToValue() |
Returns the idToValue Map.
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getNegativeInfinity() |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getPositiveInfinity() |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
getRateOf(org.sbml.jsbml.ASTNode name) |
|
double |
getValue(java.lang.String name) |
Gets an element from the idToValue, with the given id.
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
gt(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
implies(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
boolean |
isSetidToValue() |
Returns
true, if idToValue contains at least one element. |
org.sbml.jsbml.util.compilers.ASTNodeValue |
lambda(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
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 value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
log(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
log(org.sbml.jsbml.ASTNode base,
org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
lt(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
max(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
min(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
minus(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
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 value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
or(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
piecewise(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
plus(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
pow(org.sbml.jsbml.ASTNode base,
org.sbml.jsbml.ASTNode exponent) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
quotient(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
rem(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
double |
removeField(java.lang.String id) |
Removes an element from the idToValue.
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
root(double rootExponent,
org.sbml.jsbml.ASTNode radiant) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
root(org.sbml.jsbml.ASTNode rootExponent,
org.sbml.jsbml.ASTNode radiant) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sec(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sech(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
selector(java.util.List<org.sbml.jsbml.ASTNode> nodes) |
|
void |
setidToValue(java.util.Map<java.lang.String,java.lang.Double> idToValue) |
Sets the given map.
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sin(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sinh(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
sqrt(org.sbml.jsbml.ASTNode radiant) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
symbolTime(java.lang.String time) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
tan(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
tanh(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
times(java.util.List<org.sbml.jsbml.ASTNode> values) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
uMinus(org.sbml.jsbml.ASTNode value) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
unknownValue() |
|
boolean |
unsetidToValue() |
Returns
true, if idToValue contain at least one element,
otherwise false. |
org.sbml.jsbml.util.compilers.ASTNodeValue |
vector(java.util.List<org.sbml.jsbml.ASTNode> nodes) |
|
org.sbml.jsbml.util.compilers.ASTNodeValue |
xor(java.util.List<org.sbml.jsbml.ASTNode> values) |
public ArraysCompiler()
public ArraysCompiler(ArraysCompiler obj)
obj - the instance to clonepublic ArraysCompiler clone()
clone in class java.lang.Objectpublic boolean isSetidToValue()
true, if idToValue contains at least one element.true, if idToValue contains at least one element,
otherwise false.public java.util.Map<java.lang.String,java.lang.Double> getMapIdToValue()
public void setidToValue(java.util.Map<java.lang.String,java.lang.Double> idToValue)
idToValue - public boolean unsetidToValue()
true, if idToValue contain at least one element,
otherwise false.true, if idToValue contain at least one element,
otherwise false.public java.lang.Double addValue(java.lang.String name,
double value)
The idToValue is initialized if necessary.
name - the element name to add to the mapvalue - the value of the element to add to the mapMap.put(K, V)public double removeField(java.lang.String id)
id - the id of the element to be removed from the list.public double getValue(java.lang.String name)
name - the id of the element to get.public int getFieldCount()
ArraysCompiler.public org.sbml.jsbml.util.compilers.ASTNodeValue abs(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
abs in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue and(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
and in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue arcsech(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
arcsech in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue arcsin(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
arcsin in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue arcsinh(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
arcsinh in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue arctan(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
arctan in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue arctanh(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
arctanh in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue ceiling(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
ceiling in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue compile(org.sbml.jsbml.Compartment c)
compile in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue compile(double mantissa,
int exponent,
java.lang.String units)
compile in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue compile(double real,
java.lang.String units)
compile in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue compile(int integer,
java.lang.String units)
compile in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue compile(org.sbml.jsbml.CallableSBase variable)
throws org.sbml.jsbml.SBMLException
compile in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue compile(java.lang.String name)
compile in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue cos(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
cos in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue cosh(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
cosh in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue cot(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
cot in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue coth(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
coth in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue csc(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
csc in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue csch(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
csch in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue exp(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
exp in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue factorial(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
factorial in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue floor(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
floor in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue frac(org.sbml.jsbml.ASTNode numerator,
org.sbml.jsbml.ASTNode denominator)
throws org.sbml.jsbml.SBMLException
frac in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue frac(int numerator,
int denominator)
throws org.sbml.jsbml.SBMLException
frac in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue function(org.sbml.jsbml.FunctionDefinition functionDefinition,
java.util.List<org.sbml.jsbml.ASTNode> args)
throws org.sbml.jsbml.SBMLException
function in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue functionCsymbol(org.sbml.jsbml.ASTNode csymbol)
throws org.sbml.jsbml.SBMLException
functionCsymbol in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue geq(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
throws org.sbml.jsbml.SBMLException
geq in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue getConstantAvogadro(java.lang.String name)
getConstantAvogadro in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue getConstantE()
getConstantE in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue getConstantFalse()
getConstantFalse in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue getConstantPi()
getConstantPi in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue getConstantTrue()
getConstantTrue in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue getNegativeInfinity()
throws org.sbml.jsbml.SBMLException
getNegativeInfinity in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue getPositiveInfinity()
getPositiveInfinity in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue lambda(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
lambda in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue ln(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
ln in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue log(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
log in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue log(org.sbml.jsbml.ASTNode base,
org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
log in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue lt(org.sbml.jsbml.ASTNode left,
org.sbml.jsbml.ASTNode right)
throws org.sbml.jsbml.SBMLException
lt in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue minus(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
minus in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue not(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
not in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue or(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
or in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue piecewise(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
piecewise in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue plus(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
plus in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue pow(org.sbml.jsbml.ASTNode base,
org.sbml.jsbml.ASTNode exponent)
throws org.sbml.jsbml.SBMLException
pow in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic 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.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue sec(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
sec in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue sech(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
sech in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue selector(java.util.List<org.sbml.jsbml.ASTNode> nodes)
throws org.sbml.jsbml.SBMLException
selector in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue sin(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
sin in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue sinh(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
sinh in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue sqrt(org.sbml.jsbml.ASTNode radiant)
throws org.sbml.jsbml.SBMLException
sqrt in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue symbolTime(java.lang.String time)
symbolTime in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue tan(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
tan in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue tanh(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
tanh in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue times(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
times in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue uMinus(org.sbml.jsbml.ASTNode value)
throws org.sbml.jsbml.SBMLException
uMinus in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue unknownValue()
throws org.sbml.jsbml.SBMLException
unknownValue in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue vector(java.util.List<org.sbml.jsbml.ASTNode> nodes)
throws org.sbml.jsbml.SBMLException
vector in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue xor(java.util.List<org.sbml.jsbml.ASTNode> values)
throws org.sbml.jsbml.SBMLException
xor in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerorg.sbml.jsbml.SBMLExceptionpublic org.sbml.jsbml.util.compilers.ASTNodeValue max(java.util.List<org.sbml.jsbml.ASTNode> values)
max in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue min(java.util.List<org.sbml.jsbml.ASTNode> values)
min in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue quotient(java.util.List<org.sbml.jsbml.ASTNode> values)
quotient in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue rem(java.util.List<org.sbml.jsbml.ASTNode> values)
rem in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue implies(java.util.List<org.sbml.jsbml.ASTNode> values)
implies in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerpublic org.sbml.jsbml.util.compilers.ASTNodeValue getRateOf(org.sbml.jsbml.ASTNode name)
getRateOf in interface org.sbml.jsbml.util.compilers.ASTNodeCompilerCopyright © 2009–2022. All rights reserved.