At 05:19 PM 6/7/2002 +0200, Robert Voorn" (via protege-discussion wrote: >Dear list, > >We are using the FuzzyJess toolkit from NRC in combination with the >JessTab for Prot�g�-2000. Currently, we are trying to use fuzzy facts >(nrc.fuzzy.fuzzyVariable) in our rules and we would like to map these >facts to the Prot�g� knowledgebase. In order to make this mapping, some >sort of "fuzzy slot" ValueType is needed. > >Can we use a slot with the ANY ValueType to map the fuzzy values to a >prot�g�-slot, if so, how? Or, is it possible to implement our own fuzzy >slot type in Prot�g� using java code; is this going to take a lot of >effort or could this be done in a straightforward way. Any suggestions >on this would be of great help.
I don't know what a fuzzy fact is so I can't give you a good answer but perhaps I can help a bit. The ANY Type is meant to indicate that the value type of the slot can be anything (primitive or user defined). Usually this is then refined (overridden) in a subclass to be one of the more specific types but this refinement is not required. Protege does not have UI support for acquiring values for ANY slots but the API can handle them fine. If you want to acquire values for a type ANY slot with the Protege UI you will just need to write a widget that allows you to do so. Writing this widget is on our list of things to do but it is not a very high priority item. Ray -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
