Uses of Interface
com.rubecula.jquantity.Mutable

Packages that use Mutable
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). 

com.rubecula.units JQuantity/units. 
 

Uses of Mutable in com.rubecula.jquantity
 

Subinterfaces of Mutable in com.rubecula.jquantity
 interface Arithmutable
          This interface defines various arithmetical mutating methods.
 interface FuzzyMutable
          This interface specifies the methods which allow setting fuzzy data: setBoundAbs, setBoundRel, setModel.
 

Classes in com.rubecula.jquantity that implement Mutable
 class Complex
           Representation of a Complex Number Objects of this class represent complex numbers defined on one side or the other of the EL (exponential-log) plane.
 class Compound
          Class
 class DivisibleMutable
          Interface to define Mutating Divisible arithmetical operations.
(package private)  class FuzzInt
           This class extends a WholeNumber by adding fuzzy parameters.
 class IntegerPresentation
          Presentation class to deal with integral objects in radix 10.
 class MutableNumber
          Abstract class from which to derive other concrete classes of mutable numbers.
 class MutablePresentation
          Class
 class NumberPresentation
          Public class used primarily for the output of instances of Rational.
 class OneMatrix
          Class to model a fixed-size one-dimensional matrix (normally called a Vector) but given the name OneMatrix to avoid confusion with Vector.
 class QuantityPresentation
          Presentation class to deal with quantity objects.
 class Rational
          Public class to represent precise rational numbers.
 class Row
          Class
 class SparseMatrix
          Class
 class TwoMatrix
          Class to represent a fixed size two-dimensional matrix.
 class Value
          This class represents a Rational which may be factored in some way.
 class ValuePresentation
          Presentation class to deal with value objects.
 class WholeNumber
           This class is a logical extension of the BigInteger class, but is an actual extension of MutableNumber.
 

Methods in com.rubecula.jquantity that return Mutable
 Mutable NumberPresentation.setConstant()
           
 Mutable MutablePresentation.setConstant()
           
 Mutable MutableNumber.setConstant()
          This method sets this instance to be a constant, i.e. immutable.
 Mutable Mutable.setConstant()
          This method sets this instance to be a constant, i.e. immutable.
 Mutable Compound.setConstant()
           
 Mutable Complex.setConstant()
          This method sets this instance to be a constant, i.e. immutable.
 

Uses of Mutable in com.rubecula.units
 

Classes in com.rubecula.units that implement Mutable
 class Units
          This class extends UnitsFoundation by adding instance fields: _A, _B, _PowerA, _PowerB, _Scale, _Offset and _System.
 

Methods in com.rubecula.units that return Mutable
 Mutable Units.setConstant()