|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolicPresentation | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
Uses of SymbolicPresentation in com.rubecula.jquantity |
Methods in com.rubecula.jquantity with parameters of type SymbolicPresentation | |
static Rational |
Value.Parse(SymbolicPresentation presentation,
java.lang.String identifier)
Class method to translate the given SymbolicPresentation representation of a Value into a Value. |
static Expression |
Expression.Parse(SymbolicPresentation presentation,
java.lang.String identifier)
Translates the SymbolicPresentation representation of an expression into an instance of Expression. |
protected static void |
Expression.testExpression(java.io.PrintStream out,
SymbolicPresentation sp,
java.lang.String label)
|
static Complex |
Complex.Parse(SymbolicPresentation presentation,
java.lang.String identifier)
Translates the SymbolicPresentation representation of a complex number into a Complex. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |