All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_double

java.lang.Object
   |
   +----PREDATOR.ADT.ADT
           |
           +----PREDATOR.ADT.ADT_double

public class ADT_double
extends ADT
The double-precision floating point number ADT.

See Also:
DoubleObject

Constructor Index

 o ADT_double()

Method Index

 o getObjectClass(ADTMetaInfo)
Returns the class of the double ADT's object data

Constructors

 o ADT_double
 public ADT_double()

Methods

 o getObjectClass
 public Class getObjectClass(ADTMetaInfo MetaInfo)
Returns the class of the double ADT's object data

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
The class of the double ADT's object data
Overrides:
getObjectClass in class ADT

All Packages  Class Hierarchy  This Package  Previous  Next  Index