Algernon Software

Uses of Interface
org.algernon.kb.AlgernonFacet

Packages that use AlgernonFacet
org.algernon.aam   
org.algernon.kb   
org.algernon.kb.okbc.protege   
 

Uses of AlgernonFacet in org.algernon.aam
 

Methods in org.algernon.aam that return AlgernonFacet
 AlgernonFacet Opcode.argumentToFacet(AlgernonKB kb, LispValue facetVal)
          Utility method to convert an argument to an AlgernonFacet.
 AlgernonFacet Opcode.argumentToFacet(AlgernonKBSet kb, LispValue facetVal)
          Utility method to convert an argument to an AlgernonFacet.
 

Uses of AlgernonFacet in org.algernon.kb
 

Methods in org.algernon.kb that return AlgernonFacet
 AlgernonFacet AlgernonKBSet.lookupFacet(String name)
          Returns a facet with the given name if it can find one in any of the KBs in this KBSet.
 AlgernonFacet AlgernonKB.createFacet(String facetName)
          Creates a new facet in the storage.
 AlgernonFacet AlgernonKB.lookupFacet(String name)
          Returns a facet with the given name, if any.
 

Methods in org.algernon.kb with parameters of type AlgernonFacet
 LispValue AlgernonKB.query(Clause clause, AlgernonFacet facet)
          See the simpler form with one argument.
 LispValue AlgernonKB.store(Clause clause, AlgernonFacet facet)
          stores the given clause into the storage.
 void AlgernonKB.deleteFacet(AlgernonFacet frame)
          Deletes a frame and all of its relations from storage.
 void AlgernonKB.deleteClauses(Clause clause, AlgernonFacet facet)
          Deletes one or more clauses from the storage.
 

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

Classes in org.algernon.kb.okbc.protege that implement AlgernonFacet
 class AlgernonProtegeFacet
          This implements AlgernonFacet for Protege facets.
 

Methods in org.algernon.kb.okbc.protege that return AlgernonFacet
 AlgernonFacet AlgernonProtegeKB.createFacet(String facetName)
          Creates a new facet in the storage.
 AlgernonFacet AlgernonProtegeKB.lookupFacet(String name)
          Returns a frame with the given name if it can find one in this KB.
 

Methods in org.algernon.kb.okbc.protege with parameters of type AlgernonFacet
 LispValue AlgernonProtegeKB.query(Clause clause, AlgernonFacet facet)
          See the simpler form getValues.
 LispValue AlgernonProtegeKB.store(Clause clause, AlgernonFacet facet)
          Asserts the given clause into the storage.
 void AlgernonProtegeKB.deleteFacet(AlgernonFacet frame)
          Deletes a frame and all of its relations from storage.
 void AlgernonProtegeKB.deleteClauses(Clause clause, AlgernonFacet facet)
          Deletes one or more clauses from the storage.
 


Algernon Software