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)
|