Uses of Class
com.rubecula.jquantity.SymbolicPresentation

Packages that use SymbolicPresentation
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

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.