Fido Alpha 3.2

Uses of Class
fido.db.VerbInstructionNotFoundException

Packages that use VerbInstructionNotFoundException
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 VerbInstructionNotFoundException in fido.db
 

Methods in fido.db that throw VerbInstructionNotFoundException
 int VerbTransactionTable.get(java.lang.String name, int moodType, Frame frame)
           
 

Uses of VerbInstructionNotFoundException in fido.linguistic
 

Methods in fido.linguistic that throw VerbInstructionNotFoundException
 void VerbResolver.resolve(Sentence sentence, Frame frame)
          Resolves the verb string from the user, using the mood of the sentence and the frame values for each noun, and determines a transaction id to execute.
 


Fido Alpha 3.2