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
           
 
Fields inherited from class java.util.Observable
 
Constructor Summary
ProfilableDouble(double value)
           
 
Method Summary
 int compareTo(Object that)
           
 double doubleValue()
          Returns the double value encapsulated.
 
Methods inherited from class edu.ull.cgunay.plots.Profilable
getClone
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

double value
Constructor Detail

ProfilableDouble

public ProfilableDouble(double value)
Method Detail

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