|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PresentableException | |
com.rubecula.jep | JQuantity/JEP Integration (Optional package). |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
com.rubecula.util | This is the high-level description of the util package. |
Uses of PresentableException in com.rubecula.jep |
Methods in com.rubecula.jep that throw PresentableException | |
Presentable |
ExpressionParser.evaluate(java.lang.Object parseTree)
Method to evaluate the result of parsing an expression. |
Uses of PresentableException in com.rubecula.jquantity |
Methods in com.rubecula.jquantity that throw PresentableException | |
Presentable |
QuantityProperties.getValue(java.lang.String name)
|
Presentable |
PresentableFactory.createPresentable(long value)
Method to create a new Presentable equivalent to the value provided. |
Presentable |
PresentableFactory.createPresentable(double value,
double bound)
Method to create a new Approximation equivalent to the value provided. |
static Operator |
Operator.valueOf(java.lang.String operator,
int ady)
|
static Operator |
Operator.valueOf(java.lang.String operator)
|
static Operator |
Operator.valueOf()
|
Presentable |
Operator.getValue(java.lang.Object context)
This method takes this Replaceable and returns its logical equivalent as defined by the context. |
Presentable |
Library.getValue(java.lang.String name)
|
private static Presentable |
Expression.LookupConstant(java.lang.String s)
|
Presentable |
Expression.getValue()
Method to evaluate this expression. |
Presentable |
Expression.getValue(java.lang.Object ignored)
This method takes this Expression and returns its logical equivalent, i.e. it evaluates the expression. |
private static Item |
Expression.OpAnadic(Operator op)
|
private static Item |
Expression.OpMonadic(Operator op,
Item number)
|
private static Item |
Expression.OpDyadicNonComplex(Item current,
Operator currentOp,
BaseNumber number)
Note that the order of the operands is the reverse of the true order. |
private static Item |
Expression.OpDyadicComplex(Item current,
Operator currentOp,
Item number)
|
Uses of PresentableException in com.rubecula.util |
Methods in com.rubecula.util that throw PresentableException | |
Presentable |
Replaceable.getValue(java.lang.Object context)
This method takes this Replaceable and returns its logical equivalent as defined by the context. |
Presentable |
PresentableFactoryInterface.createPresentable(long value)
Method to create a new Presentable equivalent to the value provided. |
Presentable |
PresentableFactoryInterface.createPresentable(double value,
double bound)
Method to create a new Presentable equivalent to the value provided. |
Presentable |
LookupTable.getValue(java.lang.String name)
|
Presentable |
Lookupable.getValue(java.lang.String name)
Method to lookup a value by name. |
Presentable |
ExpressionInterface.evaluate(java.lang.Object parseTree)
Method to evaluate a previously-parsed expression. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |