Difference between revisions of "Protege3DevDocs"

From Protege Wiki
Jump to: navigation, search
(reorganizing some documentation)
Line 8: Line 8:
  
 
<strong>[[Programming Tips and Tricks]]</strong> - a page with links to resources for understanding how to interact programmatically with the Protege 3.x series.
 
<strong>[[Programming Tips and Tricks]]</strong> - a page with links to resources for understanding how to interact programmatically with the Protege 3.x series.
 +
 +
== Programming Tips & Tricks ==
 +
 +
=== General (common to Protege-Frames & Protege-OWL) ===
 +
 +
* [http://protege.stanford.edu/doc/dev.html Protege Programming Development Kit (PDK)]
 +
* [[Working with the graph widget]]
 +
* [[AddingRemovingTabs|Adding and removing tabs programmatically]]
 +
* [[Changing forms programtically]]
 +
* [[Considerations on porting Tab Plugins to Client-Server mode]]
 +
* [[ProgramaticLuceneQueryAccess|Accessing the Lucene Query Plugin Programatically]]
 +
 +
=== Protege-OWL Specific ===
 +
 +
* [http://protege.stanford.edu/plugins/owl/api/index.html Protege-OWL API]
 +
* [http://protege.stanford.edu/plugins/owl/api/guide.html Protege-OWL API Programmer's Guide]
 +
* [[ProtegeReasonerAPI|Protege-OWL Reasoner API]]
 +
* [[ProtegeReasonerPlugin|Protege-OWL Reasoner Plugin]]
 +
* [http://protege.stanford.edu/download/release-javadoc-owl/ Protege-OWL API JavaDoc]
 +
* [[ConvertingToDatabaseProject | Converting an OWL Model to a database project]]
 +
 +
=== Protege-Frames Specific ===

Revision as of 17:14, February 22, 2008

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 and Tricks - a page with links to resources for understanding how to interact programmatically with the Protege 3.x series.

Programming Tips & Tricks

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

Protege-OWL Specific

Protege-Frames Specific