net.sourceforge.neurosdbm.db
Class UnidedHiSiDB

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

class UnidedHiSiDB
extends java.lang.Object


Field Summary
private  UnidedHiSiMDB hisiMDB
           
private  UnidedHiSiSAI hisiSAI
           
private  java.lang.String path
           
 
Constructor Summary
(package private) UnidedHiSiDB(java.lang.String path)
           
(package private) UnidedHiSiDB(java.lang.String path, boolean createEmpty)
           
 
Method Summary
(package private)  UnidedHiSiDisplayRecord getUnidedHiSiDisplayRecord(int key)
           
(package private)  DisplayRecord query(DisplayIndex index)
           
(package private)  java.util.ArrayList query(int type)
           
 java.lang.String toString()
           
(package private)  void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hisiMDB

private UnidedHiSiMDB hisiMDB

hisiSAI

private UnidedHiSiSAI hisiSAI

path

private java.lang.String path
Constructor Detail

UnidedHiSiDB

UnidedHiSiDB(java.lang.String path)
       throws java.io.FileNotFoundException,
              java.io.IOException,
              DatabaseCorruptException

UnidedHiSiDB

UnidedHiSiDB(java.lang.String path,
             boolean createEmpty)
       throws java.io.FileNotFoundException,
              java.io.IOException,
              DatabaseCorruptException
Method Detail

write

void write()
     throws java.io.IOException,
            DatabaseInternalCorruptionException
Throws:
java.io.IOException
DatabaseInternalCorruptionException

query

java.util.ArrayList query(int type)

query

DisplayRecord query(DisplayIndex index)

getUnidedHiSiDisplayRecord

UnidedHiSiDisplayRecord getUnidedHiSiDisplayRecord(int key)

toString

public java.lang.String toString()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.