Difference between revisions of "Protege3DevDocs"

From Protege Wiki
Jump to: navigation, search
Line 51: Line 51:
 
** [[ConvertingToDatabaseProject | Converting an OWL Model to a database project (code snippet)]]
 
** [[ConvertingToDatabaseProject | Converting an OWL Model to a database project (code snippet)]]
 
** [[LoadOWLOntologyFromDB|How to load a Protege-OWL ontology from a Protege database using the API]]
 
** [[LoadOWLOntologyFromDB|How to load a Protege-OWL ontology from a Protege database using the API]]
** [[ConvertDBToOWL|How to convert an ontology stored in the databased to an OWL file using the API]]
+
** [https://gist.github.com/1212562 How to convert an ontology stored in the databased to an OWL file using the API]
 
* '''Configuring the User Interface using the API'''
 
* '''Configuring the User Interface using the API'''
 
** [[UseOWLClassesPanel|How to use the OWL Classes panel in your own application]]
 
** [[UseOWLClassesPanel|How to use the OWL Classes panel in your own application]]

Revision as of 15:45, September 12, 2011

Protege 3 Developer Documentation

Please note that we are slowly trying to move developer documentation off of the main Protege Web site and onto this Wiki. We feel that this will better serve the community as users will (hopefully) make contributions and corrections to our body of documentation.

Because the migration of documentation to the Wiki is ongoing, you should also check the main Protege Web site for Protege 3 developer documentation: http://protege.stanford.edu/doc/dev.html.


Programming Tips & Tricks

General (common to Protege-Frames & Protege-OWL)

Protege-OWL Specific

Protege-Frames Specific

Plug-in Development

General (common to Protege-Frames & Protege-OWL)

Protege-OWL Specific

Protege-Frames Specific