|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.Observable
|
+--edu.ull.cgunay.plots.Profilable
An entity whose contents can be recorded in a Profile. Allows to be
both Observable and Cloneable.
Created: Tue Apr 9 15:52:21 2002
Modified: $Date: 2002/12/17 00:58:55 $
Profile,
Serialized Form| Field Summary |
| Fields inherited from class java.util.Observable |
|
| Constructor Summary | |
Profilable()
Dummy constructor. |
|
| Method Summary | |
abstract double |
doubleValue()
Return a representation if the entity as a double value.
|
Object |
getClone()
Returns its clone. |
| 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 |
| Constructor Detail |
public Profilable()
| Method Detail |
public Object getClone()
Object valuepublic abstract double doubleValue()
double value.
This is used for plotting a primitive value's profile.
For most entities conversion to such a simple representation is not possible. In these cases calling this method should result in a fatal error.
double value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||