Fido Alpha 3.2

Uses of Class
fido.db.VerbNotFoundException

Packages that use VerbNotFoundException
fido.db Classes that are a proxy to the database tables that comprise the system. 
fido.linguistic Classes that take the string from the user and determines one course of action. 
 

Uses of VerbNotFoundException in fido.db
 

Methods in fido.db that throw VerbNotFoundException
 int VerbTransactionTable.hashCode(java.lang.String id)
           
 Verb VerbTable.get(java.lang.String verb)
          Retrieves a specified entry from the dictionary specified by word.
 int VerbTable.getType(java.lang.String verb)
          Retrieves the type of the verb, either REGULAR or QUESTION.
 int VerbTable.hashCode(java.lang.String name)
           
 int VerbConstraintTable.hashCode(java.lang.String id, java.lang.String frameSlot)
           
 

Uses of VerbNotFoundException in fido.linguistic
 

Methods in fido.linguistic that throw VerbNotFoundException
 void NounFrameSlot.resolve(Sentence sentence, Frame frame)
          Places the ResolvedNoun objects from the subject, indirect object, and predicate noun into a slot in the Frame instance.
 


Fido Alpha 3.2