net.sourceforge.neurosdbm.db
Class IdedHiSiDB

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

class IdedHiSiDB
extends java.lang.Object


Field Summary
(package private)  IdedHiSiMDB hisiMDB
           
(package private)  IdedHiSiSAI hisiSAI
           
private  java.lang.String path
           
 
Constructor Summary
protected IdedHiSiDB(java.lang.String path)
           
protected IdedHiSiDB(java.lang.String path, boolean createEmpty)
           
 
Method Summary
(package private)  IdedHiSiDisplayRecord getIdedHiSiDisplayRecord(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

IdedHiSiMDB hisiMDB

hisiSAI

IdedHiSiSAI hisiSAI

path

private java.lang.String path
Constructor Detail

IdedHiSiDB

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

IdedHiSiDB

protected IdedHiSiDB(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)

getIdedHiSiDisplayRecord

IdedHiSiDisplayRecord getIdedHiSiDisplayRecord(int key)

toString

public java.lang.String toString()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.