Search Mailing List Archives
[protege-discussion] Protege api for queryin classes
Tania Tudorache
tudorache at stanford.edu
Mon Feb 11 15:16:45 PST 2008
I assume you are talking about Protege frames.
You can use the Protege frames API to access all the information related
to classes.
For example, the method for getting the documentation of a class is in
the Cls interface of the Protege API:
cls.getDocumentation()
I am not sure what you mean by constraints of a class. If you mean PAL
constraints, then we have a very good documentation and Java examples on
how to use the constraints in Protege, here [1].
The documenation and Javadoc for the Protege API is here [2].
I also suggest that you read the paper [3] about the knowledge model of
Protege, that will help you understand better the Protege frames API.
Tania
[1] http://protege.cim3.net/cgi-bin/wiki.pl?PALTabs
[2] http://protege.stanford.edu/doc/dev.html
[3] http://smi.stanford.edu/smi-web/reports/SMI-2000-0830.pdf
Vasanth Rajendran wrote:
> The documentation and the constraints associated with the classes ...
> I also want to know, how to query the slots associated wit a class...
> Thanks in advance.
>
> Regards,
> Vasanth Rajendran.
>
> On 2/8/08, *Thomas Russ* <tar at isi.edu <mailto:tar at isi.edu>> wrote:
>
>
> On Feb 7, 2008, at 10:10 PM, Vasanth Rajendran wrote:
>
> > Hello,
> > Am a new user to protege.
> > Someone please help me on how to query classes and get the
> > description of the classes as the output using protege API.
>
> What do you mean by "the description of the classes"?
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing:
> http://protege.stanford.edu/doc/faq.html#01a.03
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
More information about the protege-discussion
mailing list