com.rubecula.darwin.domain.helper
Interface Quantifiable
- All Known Implementing Classes:
- EcoFactor_Humboldtian, EcoFactor_Number, EcoFactor_SootDensity, Trait_Variable, Variant_Numeric
public interface Quantifiable
This interface is in lieu of a Java interface to do the same thing. Yes, I
understand that there are some efficiency issues with making all of the
Number
types implement an interface rather than extend an abstract
class, but isn't it about time that we had smart enough optimizing compilers
to sort this stuff out?
- Author:
- Robin Hillyard
doubleValue
double doubleValue()
- Returns:
- this object expressed as a double.
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.