|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fuzzy | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
Uses of Fuzzy in com.rubecula.jquantity |
Subinterfaces of Fuzzy in com.rubecula.jquantity | |
interface |
FuzzyMutable
This interface specifies the methods which allow setting fuzzy data: setBoundAbs, setBoundRel, setModel. |
Classes in com.rubecula.jquantity that implement Fuzzy | |
class |
Approximation
This Class approximates a value using an immutable double-precision value. |
class |
BaseNumber
Abstract (scalar) numerical class from which to derive other concrete classes. |
class |
DivisibleMutable
Interface to define Mutating Divisible arithmetical operations. |
(package private) class |
FuzzInt
This class extends a WholeNumber by adding fuzzy parameters. |
class |
JQuantity
This class represents a quantity, that is to say a value and its units. |
class |
Manifest
This class defines a "manifest" constant (a whole number which cannot be changed). |
class |
MutableNumber
Abstract class from which to derive other concrete classes of mutable numbers. |
class |
Rational
Public class to represent precise rational numbers. |
class |
Value
This class represents a Rational which may be factored in some way. |
class |
WholeNumber
This class is a logical extension of the BigInteger class, but is an actual extension of MutableNumber. |
Methods in com.rubecula.jquantity with parameters of type Fuzzy | |
int |
BaseNumber.bestModel(Fuzzy that)
Method to help in combining distribution models. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |