All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.BoxObject

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

public class BoxObject
extends DataObject
Encapsulates all in-memory data regarding an box ADT object.

See Also:
ADT_box

Constructor Index

 o BoxObject()

Method Index

 o toString(ADTMetaInfo)
Prints the value of the box

Constructors

 o BoxObject
 public BoxObject()

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index