com.rubecula.jquantity
Interface FuzzyPresentable

All Known Implementing Classes:
NumberPresentation

public interface FuzzyPresentable

This interface defines operations required for presenting fuzzy objects.

Since:
V_0_1
Version:
$Revision: 1.2 $
Author:
Robin Hillyard

Method Summary
 int getFuzzyAsInt()
          Method to figure the precision of this presentation.
 int getFuzzyAsModel()
           
 int getFuzzyDigitsAsInt()
           
 

Method Detail

getFuzzyAsInt

public int getFuzzyAsInt()
Method to figure the precision of this presentation.

Returns:
the precision in half-places of fractional digits.

getFuzzyDigitsAsInt

public int getFuzzyDigitsAsInt()
Returns:
the digits that make up the fuzzy part.

getFuzzyAsModel

public int getFuzzyAsModel()
Returns:
the fuzzy model, defined according to Fuzzy class constants.