Uses of Class
com.rubecula.jquantity.Manifest

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

Fields in com.rubecula.jquantity declared as Manifest
static Manifest Manifest.$0
          Manifest constant 0.
static Manifest Manifest.$1
          Manifest constant 1.
static Manifest Manifest.$2
          Manifest constant 2.
static Manifest Manifest.$3
          Manifest constant 3.
static Manifest Manifest.$4
          Manifest constant 4.
static Manifest Manifest.$6
          Manifest constant 6.
static Manifest Manifest.$10
          Manifest constant 10.
static Manifest Manifest.$12
          Manifest constant 12.
static Manifest Manifest.$__1
          Manifest constant -1.
static Manifest Manifest.$_c
          Manifest constant: speed of light in meter/sec
 

Methods in com.rubecula.jquantity that return Manifest
protected  Manifest Manifest.factored(long factor)
           
 

Methods in com.rubecula.jquantity with parameters of type Manifest
 int Manifest.compareTo(Manifest o)
          Method to fulfill contract defined by Comparable.
 

Constructors in com.rubecula.jquantity with parameters of type Manifest
FuzzInt(Manifest integer, double bound, int model)
          Constructor to create a FuzzInt from a Manifest and its bound (a uniform error model is assumed).
FuzzInt(Manifest integer, double bound)
          Constructor to create a FuzzInt from a Manifest and its bound (a uniform error model is assumed).
FuzzInt(Manifest integer, int model)
          Constructor to create an exact FuzzInt from a Manifest and its error bound model.
FuzzInt(Manifest integer)
          Constructor to create an exact FuzzInt from a Manifest.