Algernon Software

Uses of Class
org.algernon.kb.AlgernonStorageException

Packages that use AlgernonStorageException
org.algernon.app   
org.algernon.exception   
org.algernon.kb   
org.algernon.kb.agent.google   
org.algernon.kb.okbc.protege   
 

Uses of AlgernonStorageException in org.algernon.app
 

Methods in org.algernon.app that throw AlgernonStorageException
 void Java2Protege.setKB(String projectFile)
          Sets the KB used with this program.
 void Java2Protege.saveKB()
          Saves the kb.
 

Uses of AlgernonStorageException in org.algernon.exception
 

Subclasses of AlgernonStorageException in org.algernon.exception
 class AlgernonStorageCardinalityException
          This is an exception thrown at runtime by Algernon code when a cardinality exception prevents a relation from being stored in the KB.
 

Uses of AlgernonStorageException in org.algernon.kb
 

Methods in org.algernon.kb that throw AlgernonStorageException
 LispValue AlgernonKBSet.verify(Clause clause)
          Verifies against all of the KBs in the KBSet.
 LispValue AlgernonKBSet.store(Clause clause)
          Stores the clause in the first KB that accepts it.
 void AlgernonKB.reset()
          Resets a KB.
 LispValue AlgernonKB.query(Clause clause, AlgernonFacet facet)
          See the simpler form with one argument.
 LispValue AlgernonKB.verify(Clause clause)
          Verifies that the clause is in the KB.
 Collection AlgernonKB.frameSearch(String searchString, String nameSlot, int limit)
          Performs a string search within the KB for frames whose name contains the given string.
 Collection AlgernonKB.valueSearch(String searchString, Collection frames, Collection slots, int limit)
          Performs a string search within the KB for slot values that contain the given string.
 LispValue AlgernonKB.store(Clause clause)
          stores the given clause into the storage.
 LispValue AlgernonKB.store(Clause clause, AlgernonFacet facet)
          stores the given clause into the storage.
 void AlgernonKB.save()
          Saves the KB to a file.
 Collection AlgernonKB.frameSearch(String searchString)
          Performs a string search within the KB for frames whose name contains the given string.
 Collection AlgernonKB.frameSearch(String searchString, String nameSlot)
          Performs a string search within the KB for frames whose name contains the given string.
 Collection AlgernonKB.valueSearch(String searchString, Collection frames, Collection slots)
          Performs a string search within the KB for slot values that contain the given string.
 Collection AlgernonKB.valueSearch(String searchString)
          Performs a string search within the KB for slot values that contain the given string.
 

Uses of AlgernonStorageException in org.algernon.kb.agent.google
 

Constructors in org.algernon.kb.agent.google that throw AlgernonStorageException
GoogleKB(Algernon algy, String name, Collection interfacePackages, Collection implementationPackages, String clientKey)
          Opens the Google API for access.
 

Uses of AlgernonStorageException in org.algernon.kb.okbc.protege
 

Methods in org.algernon.kb.okbc.protege that throw AlgernonStorageException
protected  KnowledgeBase AlgernonProtegeKB.openKB(String projectFile)
           
 void AlgernonProtegeKB.reset()
          Resets a KB.
 LispValue AlgernonProtegeKB.query(Clause clause)
          Returns all of the values that match the given clause.
 LispValue AlgernonProtegeKB.query(Clause clause, AlgernonFacet facet)
          See the simpler form getValues.
 Collection AlgernonProtegeKB.frameSearch(String searchString)
          Performs a string search within the KB for frames whose name contains the given string.
 Collection AlgernonProtegeKB.frameSearch(String searchString, String nameSlot)
          Performs a string search within the KB for frames whose name contains the given string.
 Collection AlgernonProtegeKB.frameSearch(String searchString, String nameSlot, int limit)
          Performs a string search within the KB for frames whose name contains the given string.
 Collection AlgernonProtegeKB.valueSearch(String searchString)
          Performs a string search within the KB for slot values that contain the given string.
 Collection AlgernonProtegeKB.valueSearch(String searchString, Collection frames, Collection slots)
          Performs a string search within the KB for slot values that contain the given string.
 Collection AlgernonProtegeKB.valueSearch(String searchString, Collection frames, Collection slots, int limit)
          Performs a string search within the KB for slot values that contain the given string.
 LispValue AlgernonProtegeKB.verify(Clause clause)
          Verifies that the clause is in the KB.
 LispValue AlgernonProtegeKB.store(Clause clause)
          Asserts the given clause into the storage.
 LispValue AlgernonProtegeKB.store(Clause clause, AlgernonFacet facet)
          Asserts the given clause into the storage.
 void AlgernonProtegeKB.save()
          Saves the kb to a file.
 

Constructors in org.algernon.kb.okbc.protege that throw AlgernonStorageException
AlgernonProtegeKB(Algernon algy, String projectFileName)
          Opens the given Protege project file.
 


Algernon Software