All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.PointObject

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

public class PointObject
extends DataObject
Encapsulates all in-memory data regarding a point ADT object.

See Also:
ADT_point

Constructor Index

 o PointObject()

Method Index

 o toString(ADTMetaInfo)
Prints the value of the point

Constructors

 o PointObject
 public PointObject()

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index