ch.panter.li.bi.asn.api
Interface DecimalValueInfo

All Superinterfaces:
NumericalValueInfo
All Known Subinterfaces:
DecimalValue
All Known Implementing Classes:
AsnReal

public interface DecimalValueInfo
extends NumericalValueInfo


Field Summary
static double VALUE_COMPARISON_RANGE
           
 
Method Summary
 boolean hasSameNumericalValue(DecimalValue compare)
           
 boolean hasSameNumericalValue(DecimalValue compare, double range)
           
 boolean hasSameNumericalValue(Number compare)
           
 boolean hasSameNumericalValue(Number compare, double range)
           
 boolean isInfinity()
           
 boolean isNegativeInfinity()
           
 boolean isPositiveInfinity()
           
 boolean isValidNumber()
           
 
Methods inherited from interface ch.panter.li.bi.asn.api.NumericalValueInfo
getValue, isNegative, isPositive, isZero
 

Field Detail

VALUE_COMPARISON_RANGE

static final double VALUE_COMPARISON_RANGE
See Also:
Constant Field Values
Method Detail

hasSameNumericalValue

boolean hasSameNumericalValue(DecimalValue compare)

hasSameNumericalValue

boolean hasSameNumericalValue(DecimalValue compare,
                              double range)

hasSameNumericalValue

boolean hasSameNumericalValue(Number compare)

hasSameNumericalValue

boolean hasSameNumericalValue(Number compare,
                              double range)

isNegativeInfinity

boolean isNegativeInfinity()

isPositiveInfinity

boolean isPositiveInfinity()

isInfinity

boolean isInfinity()

isValidNumber

boolean isValidNumber()


Copyright 2007-2007 SourceForge. All Rights Reserved.