All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_box

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

public class ADT_box
extends ADT
The box ADT.

See Also:
BoxObject

Constructor Index

 o ADT_box()

Method Index

 o getObjectClass(ADTMetaInfo)
Returns the class of the box ADT's object data: BoxData

Constructors

 o ADT_box
 public ADT_box()

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index