Search Mailing List Archives
[protege-discussion] Calculations in Protégé
Samson Tu
swt at stanford.edu
Mon Mar 12 14:03:05 PDT 2007
To add sqrt function to PAL, you need to write Java code to define and
implement the function as an extension of PAL's SingleArityFunction.
Take a look at edu.stanford.smi.protegex.pal.functions.RoundNumber.java
in the PAL source code. You can copy and modify this code to implement
sqrt() for PAL. Remember to list the newly added function in the
manifest file.
Samson
Robert Dave wrote:
> Hello,
>
> I would like to make some calculations in Protégé. I am using the module PAL
> Constraints and only the operators +, -, * and / are available. I would like to
> use for example the function sqrt().
> How can I bring the function sqrt() available in the PAL Constraints module?
>
> Thanks in advance.
> Robert
>
>
> _______________________________________________
> 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
--
Samson Tu email: swt at stanford.edu
Senior Research Scientist web: www.stanford.edu/~swt/
Stanford Medical Informatics phone: 1-650-725-3391
Stanford University fax: 1-650-725-7944
More information about the protege-discussion
mailing list