Table of Contents
MBAT Common Datatype Class Interface
The fundamental datatype that can be exchanged among all the workspaces and all the core libraries is defined by the
mbObject interface:
public interface mbObject {
public String getName ();
public String getSourceDescription ();
public String getTypeDescription ();
}
Class Hierarchy
The core datatypes are defined in the
common project, under the
net.nbirn.mbat.core.datatypes package. The key derived classes are summarized in the following class diagram: