Algernon Software

Uses of Class
org.algernon.kb.okbc.protege.AlgernonProtegeKB

Packages that use AlgernonProtegeKB
org.algernon.kb.okbc.protege   
 

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

Fields in org.algernon.kb.okbc.protege declared as AlgernonProtegeKB
protected  AlgernonProtegeKB AlgernonProtegeFrame.m_kb
           
 

Constructors in org.algernon.kb.okbc.protege with parameters of type AlgernonProtegeKB
AlgernonProtegeRelation(AlgernonProtegeKB kb, String name, Object range, Integer minCardinality, Integer maxCardinality, Object defaultValue, AlgernonRelation inverseRelation)
           
AlgernonProtegeRelation(AlgernonProtegeKB kb, Slot slot)
          Creates an AlgernonProtegeRelation from an already-existing slot.
AlgernonProtegeInstance(AlgernonProtegeKB kb, String name, AlgernonClass superclass)
           
AlgernonProtegeInstance(AlgernonProtegeKB kb, Instance instance)
           
AlgernonProtegeFrame(AlgernonProtegeKB kb, Instance frame)
           
AlgernonProtegeFrame(AlgernonProtegeKB kb)
           
AlgernonProtegeFacet(AlgernonProtegeKB kb, String name, Facet facet)
           
AlgernonProtegeFacet(AlgernonProtegeKB kb, Facet facet)
           
AlgernonProtegeClass(AlgernonProtegeKB kb, String name, AlgernonClass superclass, AlgernonClass metaClass)
          Creates a new class in Protege, using the metaclass of the given superclass if the metaclass is null.
AlgernonProtegeClass(AlgernonProtegeKB kb, Cls theClass)
           
 


Algernon Software