Fido Alpha 3.2

Uses of Package
fido.db

Packages that use fido.db
fido.db Classes that are a proxy to the database tables that comprise the system. 
fido.frontend Classes that interface with the user and pass a string to the server processing classes. 
fido.grammar The Fido system uses a grammatical system called link grammar to identify relationships between words in the user command. 
fido.linguistic Classes that take the string from the user and determines one course of action. 
fido.processing Classes to execute transactions and instructions to modify the internal database or perform an external call. 
fido.util These classes are common classes used through out the Fido system. 
 

Classes in fido.db used by fido.db
ArticleNotFoundException
          An attempt to access a Article in the ArticleTable by a name which does not exist.
AttributeCategoryNotFoundException
          An attempt to access an Attribute in the AttributeList by a name which does not exist.
AttributeNotFoundException
          An attempt to access an Attribute in the AttributeList by a name which does not exist.
CannotDeleteRootObjectException
          An attempt to remove the root of the ObjectHierarchy, called Object.
CannotDeleteSystemLinkException
          An attempt to remove a LinkType that was created by the system.
ClassificationNotFoundException
          An attempt to access a Word Classification in the WordClassificationTable by a rank which does not exist.
ClassLinkTypeNotFoundException
          An attempt to access a ClassLinkType in the ClassLinkTypeTable by a name which does not exist.
FidoDatabaseException
          Indicates an error occured in the database.
FidoException
          Indicates an error occured in the fido server.
FrameSlotNotFoundException
          An attempt to access a Frame Slot in the FrameSlotTable by a name which does not exist.
GrammarLinkNotFoundException
          An attempt to access a Grammar Link in the GrammarLinkTable by a name which does not exist.
InstructionNotFoundException
          An attempt to access a Instruction in the InstructionTable by a name which does not exist.
MorphologyNotFoundException
          An attempt to access a Morphology row in the LanguageMorphologyTable by a name which does not exist when performing a hashCode.
MorphologyTagNotFoundException
          An attempt to access a MorphologyTag in the LanguageMorphologyTable by a name which does not exist.
ObjectNotFoundException
          An attempt to access a ClassObject or InstanceObject that does not exist in the database.
PrepositionNotFoundException
          An attempt to access a Preposition for a given object id which does not exist.
PronounNotFoundException
          An attempt to access a Pronoun in the PronounTable by a name which does not exist.
ProperNounNotFoundException
          An attempt to access a Proper Noun does not exist.
QuestionWordNotFoundException
          An attempt to access a QuestionWord in the QuestionWordTable by a name which does not exist.
TransactionNotFoundException
          An attempt to access a Transaction in the TransactionTable by a name which does not exist.
VerbInstructionNotFoundException
          An attempt to access a Pronoun in the PronounTable by a name which does not exist.
VerbNotFoundException
          An attempt to access a Verb in the VerbTable by a name which does not exist.
WebServiceNotFoundException
          An attempt to access a WebService in the WebServiceTable by a name which does not exist.
WordNotFoundException
          An attempt to access a Word in the Dictionary by a name which does not exist.
 

Classes in fido.db used by fido.frontend
FidoDatabaseException
          Indicates an error occured in the database.
FidoException
          Indicates an error occured in the fido server.
GrammarLinkNotFoundException
          An attempt to access a Grammar Link in the GrammarLinkTable by a name which does not exist.
 

Classes in fido.db used by fido.grammar
FidoException
          Indicates an error occured in the fido server.
 

Classes in fido.db used by fido.linguistic
FidoDatabaseException
          Indicates an error occured in the database.
FidoException
          Indicates an error occured in the fido server.
GrammarLinkNotFoundException
          An attempt to access a Grammar Link in the GrammarLinkTable by a name which does not exist.
ObjectNotFoundException
          An attempt to access a ClassObject or InstanceObject that does not exist in the database.
PrepositionNotFoundException
          An attempt to access a Preposition for a given object id which does not exist.
VerbInstructionNotFoundException
          An attempt to access a Pronoun in the PronounTable by a name which does not exist.
VerbNotFoundException
          An attempt to access a Verb in the VerbTable by a name which does not exist.
 

Classes in fido.db used by fido.processing
FidoException
          Indicates an error occured in the fido server.
 

Classes in fido.db used by fido.util
FidoException
          Indicates an error occured in the fido server.
 


Fido Alpha 3.2