Fido Alpha 3.2

fido.db
Class VerbConstraintTable

java.lang.Object
  |
  +--fido.db.VerbConstraintTable

public class VerbConstraintTable
extends java.lang.Object


Constructor Summary
VerbConstraintTable()
           
 
Method Summary
 void add(int verbId, java.lang.String frameSlot, int objectId)
           
 void delete(int verbId, java.lang.String frameSlot)
           
 int hashCode(java.lang.String id, java.lang.String frameSlot)
           
 java.util.Collection list(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerbConstraintTable

public VerbConstraintTable()
Method Detail

add

public void add(int verbId,
                java.lang.String frameSlot,
                int objectId)
         throws FidoDatabaseException,
                ObjectNotFoundException
FidoDatabaseException
ObjectNotFoundException

delete

public void delete(int verbId,
                   java.lang.String frameSlot)
            throws FidoDatabaseException
FidoDatabaseException

list

public java.util.Collection list(int id)
                          throws FidoDatabaseException
FidoDatabaseException

hashCode

public int hashCode(java.lang.String id,
                    java.lang.String frameSlot)
             throws FidoDatabaseException,
                    VerbNotFoundException
FidoDatabaseException
VerbNotFoundException

Fido Alpha 3.2