Fido Alpha 3.2

Uses of Package
fido.util

Packages that use fido.util
fido.db Classes that are a proxy to the database tables that comprise the system. 
fido.grammar The Fido system uses a grammatical system called link grammar to identify relationships between words in the user command. 
fido.util These classes are common classes used through out the Fido system. 
 

Classes in fido.util used by fido.db
BooleanSyntaxException
          Thrown when an error occurs while constructing or using a BooleanTree.
BooleanTreeNode
          This is a simple interface that is the root of the two node types: BooleanNode and any Object as a leaf node.
 

Classes in fido.util used by fido.grammar
BooleanTreeNode
          This is a simple interface that is the root of the two node types: BooleanNode and any Object as a leaf node.
 

Classes in fido.util used by fido.util
BooleanNode
          This class represents a boolean AND or an OR in a boolean expression.
BooleanSyntaxException
          Thrown when an error occurs while constructing or using a BooleanTree.
BooleanTreeNode
          This is a simple interface that is the root of the two node types: BooleanNode and any Object as a leaf node.
 


Fido Alpha 3.2