Page 1 of 1

Python Scripting and Classes

Posted: 04 Oct 2012, 14:52
by wolske
I have been unable to find documentation on the scripting and Python; the only reference I can see indicates that the meta-model is exposed through 'kb', but I haven't been able to find anything else. Is there a tutorial or description of the Python classes that are available?

Re: Python Scripting and Classes

Posted: 04 Oct 2012, 15:19
by jonathan.carter
The main bit of documentation that you need for this is the Protege API. 'kb' is the main entry point to the knowledge base and from here, you can then explore the classes and instances.

A little Python knowledge is also useful!

Jonathan