Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
$
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
_
V
VMS
- Static variable in class com.rubecula.units.
Units
VOLT
- Static variable in class com.rubecula.units.
Units
Value
- class com.rubecula.jquantity.
Value
.
This class represents a Rational which may be factored in some way.
Value(Rational, int, String)
- Constructor for class com.rubecula.jquantity.
Value
Primary constructor to instantiate a Value, based on a given Rational (base) and factored with a specific scheme (scheme).
Value(Rational, int)
- Constructor for class com.rubecula.jquantity.
Value
Secondary constructor to instantiate a Value, based on a given Rational (base) and factored with a specific scheme (scheme).
Value(Rational)
- Constructor for class com.rubecula.jquantity.
Value
Secondary constructor to instantiate a value, based on a given Rational (base) and factored with the trivial scheme ($FactorNone).
Value(Value)
- Constructor for class com.rubecula.jquantity.
Value
Unused constructor.
Value.ValueException
- exception com.rubecula.jquantity.
Value.ValueException
.
Value.ValueException()
- Constructor for class com.rubecula.jquantity.
Value.ValueException
Value.ValueException(String, String, boolean)
- Constructor for class com.rubecula.jquantity.
Value.ValueException
Value.ValueException(String, boolean)
- Constructor for class com.rubecula.jquantity.
Value.ValueException
Value.ValueException(String, String)
- Constructor for class com.rubecula.jquantity.
Value.ValueException
Value.ValueException(String)
- Constructor for class com.rubecula.jquantity.
Value.ValueException
Value.transcendental2Arctan
- class com.rubecula.jquantity.
Value.transcendental2Arctan
.
Value.transcendental2Arctan()
- Constructor for class com.rubecula.jquantity.
Value.transcendental2Arctan
Value.transcendentalExp
- class com.rubecula.jquantity.
Value.transcendentalExp
.
Value.transcendentalExp()
- Constructor for class com.rubecula.jquantity.
Value.transcendentalExp
Value.transcendentalLog
- class com.rubecula.jquantity.
Value.transcendentalLog
.
Value.transcendentalLog()
- Constructor for class com.rubecula.jquantity.
Value.transcendentalLog
Value.transcendentalSqrt
- class com.rubecula.jquantity.
Value.transcendentalSqrt
.
Value.transcendentalSqrt()
- Constructor for class com.rubecula.jquantity.
Value.transcendentalSqrt
Value.transcendentalSquare
- class com.rubecula.jquantity.
Value.transcendentalSquare
.
Value.transcendentalSquare()
- Constructor for class com.rubecula.jquantity.
Value.transcendentalSquare
Value.transcendentalTanThetaBy2
- class com.rubecula.jquantity.
Value.transcendentalTanThetaBy2
.
Value.transcendentalTanThetaBy2()
- Constructor for class com.rubecula.jquantity.
Value.transcendentalTanThetaBy2
ValuePresentation
- class com.rubecula.jquantity.
ValuePresentation
.
Presentation class to deal with value objects.
ValuePresentation(NumberPresentation, String)
- Constructor for class com.rubecula.jquantity.
ValuePresentation
Primary constructor to create a value presentation from a NumberPresentation and a type string.
Volt
- Static variable in class com.rubecula.units.
Units
value
- Variable in class com.rubecula.util.
Kleenean
valueOf(String)
- Static method in class com.rubecula.jquantity.
Approximation
Method to create an approximation from a string which represents a double, optionally followed by "*" to indicate fuzziness in the last digit.
valueOf(String, String)
- Static method in class com.rubecula.jquantity.
BaseNumber
Factory method to create a BaseNumber from a String
string
, optionally identified by
id
.
valueOf(String)
- Static method in class com.rubecula.jquantity.
BaseNumber
Factory method to create a BaseNumber from a String
string
, without an explicit identifier (the string itself is used as the id).
valueOf(BaseNumber)
- Static method in class com.rubecula.jquantity.
Complex
Factory method to create a real-valued Complex from a BaseNumber.
valueOf(String)
- Static method in class com.rubecula.jquantity.
Complex
Translates the String representation of a Complex into a Complex.
valueOf(WholeNumber)
- Static method in class com.rubecula.jquantity.
FuzzInt
Factory method to create a subclass instance of a superclass instance or, if the source is itself a FuzzInt, then to create a clone.
valueOf(String)
- Static method in class com.rubecula.jquantity.
JQuantity
Constructs a dimensionless JQuantity from a String representing a number.
valueOf(Presentable)
- Static method in class com.rubecula.jquantity.
JQuantity
valueOf(String)
- Static method in class com.rubecula.jquantity.
JQuantityPresentation
Factory method to create a JQuantityPresentation from a String.
valueOf(String)
- Static method in class com.rubecula.jquantity.
NumberPresentation
valueOf(String, int)
- Static method in class com.rubecula.jquantity.
Operator
valueOf(String)
- Static method in class com.rubecula.jquantity.
Operator
valueOf()
- Static method in class com.rubecula.jquantity.
Operator
valueOf(String)
- Static method in class com.rubecula.jquantity.
QuantityPresentation
Factory method to create a new instance of QuantityPresentation from a string
quantity
.
valueOf(BaseNumber)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a BaseNumber or, if number is Rational, then to make a copy.
valueOf(String, String)
- Static method in class com.rubecula.jquantity.
Rational
Convenience factory method to create a new Rational instance from a value string and an explicit identifier.
valueOf(String)
- Static method in class com.rubecula.jquantity.
Rational
Convenience factory method to create a new Rational instance from a value string and an implicit identifier (the value string itself).
valueOf(double, int, String)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a double value, given an indication of precision.
valueOf(double, double, int, String)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a double value, given an indication of precision.
valueOf(double, double, int)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a double value, given an indication of precision.
valueOf(double, String)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a double value, using standard double precision and with an explicit identifier.
valueOf(double, boolean)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a double value, that may or not be "exact".
valueOf(double)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from an exact double value.
valueOf(float, String)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a float value without an explicit identifier.
valueOf(float)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational from a float value, given an explicit identifier.
valueOf(BigInteger, BigInteger, int)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a (decimal) Rational from two (big) integers.
valueOf(Presentation)
- Static method in class com.rubecula.jquantity.
Rational
Convert Presentation
presentation
into a Rational.
valueOf(BaseNumber)
- Static method in class com.rubecula.jquantity.
Value
Factory method to create a "constant" Value from a BaseNumber or, if number is Value, then to make a copy.
valueOf(String, String)
- Static method in class com.rubecula.jquantity.
Value
Translates the String representation of a Value into an explicitly identified Value.
valueOf(String)
- Static method in class com.rubecula.jquantity.
Value
Translates the String representation of a Value into Value, identified by the string itself.
valueOf(String)
- Static method in class com.rubecula.jquantity.
ValuePresentation
Factory method to create a new instance of ValuePresentation from a string
value
.
valueOf(BaseNumber)
- Static method in class com.rubecula.jquantity.
WholeNumber
Factory method to create a WholeNumber from an instance of BaseNumber, which is also Integral.
valueOf(Integral)
- Static method in class com.rubecula.jquantity.
WholeNumber
Factory method to create a WholeNumber from an instance of Integral, such as a Manifest, which is not a BaseNumber.
valueOf(String, int)
- Static method in class com.rubecula.jquantity.
WholeNumber
Factory method to create a WholeNumber from a string, and being interpreted in base
radix
.
valueOf(String[])
- Static method in class com.rubecula.math.
Macro
valueOf(int)
- Static method in class com.rubecula.units.
SystemFlag
Factory method to create a SystemFlag for system index defined by sysIndex
valueOfExponent(int, int)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational which is equal to radix^exponent.
valueOfExponent(int)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational which is equal to 10^exponent.
valueOfExponent(String, int)
- Static method in class com.rubecula.jquantity.
Rational
Factory method to create a Rational which is equal to the multiplier represented by an exponent string.
valueOfExponent(int, int)
- Static method in class com.rubecula.jquantity.
WholeNumber
Factory method to create a WholeNumber which is equal to radix^exponent.
valueOfExponent(int)
- Static method in class com.rubecula.jquantity.
WholeNumber
Factory method to create a Rational which is equal to 10^exponent.
valueOfExponent(String, int)
- Static method in class com.rubecula.jquantity.
WholeNumber
Factory method to create a Rational which is equal to the multiplier represented by an exponent string.
valueOfLog10(double)
- Static method in class com.rubecula.jquantity.
BaseNumber
Package-scope class method to yield the value of log[base 10] (x).
visit(SimpleNode, Object)
- Method in class com.rubecula.jep.
TermEvaluator
Method to visit a simple node.
visit(ASTStart, Object)
- Method in class com.rubecula.jep.
TermEvaluator
Method to visit a start node.
visit(ASTFunNode, Object)
- Method in class com.rubecula.jep.
TermEvaluator
Method to visit a function node.
visit(ASTVarNode, Object)
- Method in class com.rubecula.jep.
TermEvaluator
Method to visit a variable node.
visit(ASTConstant, Object)
- Method in class com.rubecula.jep.
TermEvaluator
Method to visit a constant node.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
$
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
_