All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_complex

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

public class ADT_complex
extends ADT
The complex ADT.

See Also:
ComplexData

Constructor Index

 o ADT_complex()

Method Index

 o getObjectClass(ADTMetaInfo)
Returns the class of the complex ADT's object data: ComplexObject

Constructors

 o ADT_complex
 public ADT_complex()

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index