Search Mailing List Archives
[protege-discussion] Protege Frame API template value
Jennifer Vendetti
vendetti at stanford.edu
Wed May 21 16:43:33 PDT 2008
You could do something like this:
KnowledgeBase kb = project.getKnowledgeBase();
Cls cls = kb.getCls("your-class-name");
Slot slot = kb.getSlot("your-slot-name");
cls.getTemplateSlotValue(slot);
Jennifer
Len Yabloko wrote:
> What is exact API call to get template value of slot at class level?
>
> Thank you.
>
>
> _______________________________________________
> 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