hyspirit.knowledgeBase
Class HyIndex

java.lang.Object
  extended by hyspirit.util.HySpiritObject
      extended by hyspirit.knowledgeBase.HyIndex

public class HyIndex
extends HySpiritObject


Constructor Summary
HyIndex(java.lang.String relationName, int column)
           
HyIndex(java.lang.String relationName, int[] columns)
           
HyIndex(java.lang.String relationName, java.util.Vector columns)
           
 
Method Summary
 void update()
          Update this index.
 
Methods inherited from class hyspirit.util.HySpiritObject
debug, setDebug, setVerbose, unsetDebug, unsetVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyIndex

public HyIndex(java.lang.String relationName,
               int column)

HyIndex

public HyIndex(java.lang.String relationName,
               int[] columns)

HyIndex

public HyIndex(java.lang.String relationName,
               java.util.Vector columns)
Method Detail

update

public void update()
Update this index.