Uses of Class
com.rubecula.jquantity.NumberPresentation

Packages that use NumberPresentation
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 NumberPresentation in com.rubecula.jquantity
 

Fields in com.rubecula.jquantity declared as NumberPresentation
private  NumberPresentation JQuantityPresentation._Real
          The presentation for the real part.
private  NumberPresentation JQuantityPresentation._Imaginary
          The presentation for the imaginary part, if any.
(package private)  NumberPresentation ValuePresentation._Number
          A NumberPresentation representing the number part of this value.
 

Methods in com.rubecula.jquantity that return NumberPresentation
 NumberPresentation JQuantityPresentation.getReal()
           
 NumberPresentation JQuantityPresentation.getImag()
           
 NumberPresentation ValuePresentation.getNumber()
           
private static NumberPresentation NumberPresentation.valueOf(java.lang.String string)
           
 

Methods in com.rubecula.jquantity with parameters of type NumberPresentation
static Rational Rational.Parse(NumberPresentation presentation, java.lang.String identifier)
          Translates the NumberPresentation representation into a new Rational.
 Presentation BaseNumber.impartFuzziness(NumberPresentation presentation)
          Method to impart a NumberPresentation presentation with appropriate fuzzy information and ensure that the resulting string value is properly rounded.
static Approximation Approximation.Parse(NumberPresentation presentation)
          Class method to translate the NumberPresentation representation into an Approximation.
 

Constructors in com.rubecula.jquantity with parameters of type NumberPresentation
JQuantityPresentation(java.lang.String identifier, NumberPresentation real, NumberPresentation imag, java.lang.String units)
          Primary constructor to create an identified, possibly complex, JQuantityPresentation, optionally with defined Units.
ValuePresentation(NumberPresentation number, java.lang.String type)
          Primary constructor to create a value presentation from a NumberPresentation and a type string.
NumberPresentation(NumberPresentation source)
          Constructor to copy a NumberPresentation.
FuzzInt(NumberPresentation presentation)
          Primary Constructor to create a FuzzInt by translating the given NumberPresentation representation of a FuzzInt in the specified radix.