Lines Matching refs:kb
27 return kb.isSubClassOf(this, c);
31 return kb.isDisjoint(this, c);
35 return kb.getProperties(this);
39 return kb.getDeclaredProperties(this);
43 return kb.getDeclaredProperties(this, direct);
47 return kb.getSubClasses(this);
51 return kb.getSubClasses( this, direct );
55 return kb.getSuperClasses( this );
59 return kb.getSuperClasses( this, direct );
63 return kb.getEquivalentClasses(this);
67 return kb.getInstances(this);
79 return kb.isSubTypeOf(this, type);
83 return kb.isEquivalent(this, type);
87 return kb.isEnumerated(this);
91 return kb.getEnumerations(this);