Fido Alpha 3.2

Uses of Class
fido.db.PrepositionNotFoundException

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

Methods in fido.db that throw PrepositionNotFoundException
 java.lang.String AdverbPrepositionTable.get(java.lang.String preposition, int objectId)
           
 int AdverbPrepositionTable.hashCode(java.lang.String preposition, java.lang.String objectId)
           
 java.lang.String AdjectivePrepositionTable.get(java.lang.String preposition, int objectId)
           
 int AdjectivePrepositionTable.hashCode(java.lang.String preposition, java.lang.String objectId)
           
 

Uses of PrepositionNotFoundException in fido.linguistic
 

Methods in fido.linguistic that throw PrepositionNotFoundException
 void VerbPrepositionResolver.resolve(Sentence sentence, Frame frame)
          For each PrepositionalPhrase from the VerbPhrase in the sentence parameter, lookup the preposition in the AdverbPrepsotion table to retrieve a frame slot.
 


Fido Alpha 3.2