All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.DoubleObject

java.lang.Object
   |
   +----PREDATOR.ADT.DataObject
           |
           +----PREDATOR.ADT.DoubleObject

public class DoubleObject
extends DataObject
Encapsulates all in-memory data regarding a double ADT object.

See Also:
ADT_double

Constructor Index

 o DoubleObject()

Method Index

 o toString(ADTMetaInfo)
Prints the value of the double

Constructors

 o DoubleObject
 public DoubleObject()

Methods

 o toString
 public String toString(ADTMetaInfo MetaInfo)
Prints the value of the double

Parameters:
MetaInfo - The meta-info for this object
Returns:
A string holding the value of the double
Overrides:
toString in class DataObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index