net.sourceforge.neurosdbm.db
Class MDBGroup

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.MDBGroup

public class MDBGroup
extends java.lang.Object

This class represents an "MDBGroup" An MDBGroup consists of a MDB file, a SAI file and a PAI (if necessary.)


Field Summary
(package private)  java.lang.String displayName
           
(package private)  MDBGroupID id
           
(package private)  MDB mdb
           
(package private)  PAI pai
           
(package private)  SAI sai
           
 
Constructor Summary
(package private) MDBGroup(MDBGroupID id)
           
 
Method Summary
 java.lang.String getDisplayName()
          This is the display name for the MDBGroup.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mdb

MDB mdb

sai

SAI sai

pai

PAI pai

displayName

java.lang.String displayName

id

MDBGroupID id
Constructor Detail

MDBGroup

MDBGroup(MDBGroupID id)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
This is the display name for the MDBGroup. This is used actually used in the Neuros' menu for the MDB. Also this is used for the tree display in the NDBM main window.


toString

public java.lang.String toString()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.