edu.ull.cgunay.plots
Class ProfilableDouble
java.lang.Object
|
+--java.util.Observable
|
+--edu.ull.cgunay.plots.Profilable
|
+--edu.ull.cgunay.plots.ProfilableDouble
- All Implemented Interfaces:
- Cloneable, Comparable, Serializable
- public class ProfilableDouble
- extends Profilable
- implements Serializable, Comparable
Encapsulation of a double value as a Profilable entity.
Created: Sun Apr 14 22:26:29 2002
Modified: $Date: 2002/12/17 00:58:56 $
- Version:
- $Revision: 1.5 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
Profilable,
Serialized Form
|
Field Summary |
(package private) double |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
double value
ProfilableDouble
public ProfilableDouble(double value)
doubleValue
public double doubleValue()
- Returns the double value encapsulated.
- Specified by:
doubleValue in class Profilable
- Returns:
- a
double value
compareTo
public int compareTo(Object that)
- Specified by:
compareTo in interface Comparable