flora-commits Mailing List for Flora-2
Brought to you by:
kifer
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(59) |
Jun
(43) |
Jul
(4) |
Aug
(4) |
Sep
(102) |
Oct
(20) |
Nov
(47) |
Dec
(32) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(24) |
Feb
(34) |
Mar
(72) |
Apr
(36) |
May
(10) |
Jun
(46) |
Jul
(36) |
Aug
(24) |
Sep
(37) |
Oct
(27) |
Nov
(43) |
Dec
(40) |
| 2004 |
Jan
(35) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(30) |
Aug
(83) |
Sep
(68) |
Oct
(38) |
Nov
(3) |
Dec
(7) |
| 2005 |
Jan
(9) |
Feb
(31) |
Mar
(46) |
Apr
(73) |
May
(21) |
Jun
(1) |
Jul
(32) |
Aug
(33) |
Sep
(3) |
Oct
(28) |
Nov
(4) |
Dec
(23) |
| 2006 |
Jan
(22) |
Feb
(2) |
Mar
(12) |
Apr
(23) |
May
(73) |
Jun
(14) |
Jul
|
Aug
(20) |
Sep
(14) |
Oct
(5) |
Nov
|
Dec
(14) |
| 2007 |
Jan
(54) |
Feb
(81) |
Mar
(286) |
Apr
(313) |
May
(154) |
Jun
(85) |
Jul
(8) |
Aug
(11) |
Sep
(12) |
Oct
(14) |
Nov
(6) |
Dec
(6) |
| 2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(12) |
May
(4) |
Jun
|
Jul
(13) |
Aug
(22) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(46) |
Jun
(43) |
Jul
(46) |
Aug
(9) |
Sep
(13) |
Oct
(31) |
Nov
(42) |
Dec
(18) |
| 2014 |
Jan
(7) |
Feb
(7) |
Mar
(11) |
Apr
(13) |
May
(16) |
Jun
(6) |
Jul
(17) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2015 |
Jan
|
Feb
(17) |
Mar
(4) |
Apr
(3) |
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
|
11
|
12
|
13
|
14
|
15
|
16
(2) |
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
(1) |
29
|
30
|
|
|
From: Chang Z. <ch...@us...> - 2005-09-28 13:04:23
|
Update of /cvsroot/flora/flora2/syslib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31548 Modified Files: flrmetaops.P Log Message: fix the bug regarding infinite loops for clause{...,(B1,B2)} queries Index: flrmetaops.P =================================================================== RCS file: /cvsroot/flora/flora2/syslib/flrmetaops.P,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- flrmetaops.P 26 Jul 2005 00:33:36 -0000 1.19 +++ flrmetaops.P 28 Sep 2005 13:04:01 -0000 1.20 @@ -51,6 +51,10 @@ /****************************************************************************** utilities for dealing with FLLIBMODOBJ ******************************************************************************/ +collect_libmodobj(Var,Var,[]) :- + var(Var), + !. + collect_libmodobj(','(A,B),P,O) :- !, collect_libmodobj(A,PA,OA), |
|
From: Michael K. <ki...@us...> - 2005-09-16 03:22:45
|
Update of /cvsroot/flora/flora2/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28441/docs Modified Files: flora-protege.tex flora-flrjava.tex Log Message: minor fixes Index: flora-flrjava.tex =================================================================== RCS file: /cvsroot/flora/flora2/docs/flora-flrjava.tex,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- flora-flrjava.tex 5 Aug 2005 22:16:52 -0000 1.1 +++ flora-flrjava.tex 16 Sep 2005 03:22:36 -0000 1.2 @@ -570,3 +570,8 @@ delete all values of a set-valued method. \end{itemize} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "flora-packages" +%%% End: Index: flora-protege.tex =================================================================== RCS file: /cvsroot/flora/flora2/docs/flora-protege.tex,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- flora-protege.tex 5 Aug 2005 22:16:52 -0000 1.1 +++ flora-protege.tex 16 Sep 2005 03:22:36 -0000 1.2 @@ -164,10 +164,10 @@ \begin{itemize} \item Each \fl class is represented as a subclass of \Protege's class {\tt :FLORACLASS}. This - subclass is named as {\tt flora\_classname@flora\_modulename}. + subclass is named as {\tt floraClassname@floraModulename}. \item Each \fl method is represented as a subclass of \Protege's class {\tt :FLORAMETHOD}. The subclass is named as {\tt -flora\_classname\_methodname\_no@flora\_modulename}. Numeric suffixes (e.g. +floraClassname.methodname.number@floraModulename}. Numeric suffixes (e.g. \_1,\_2,\_3) are used to disambiguate methods that have the same names but different number of parameters (or different parameter types). \item The subclass of \Protege {\tt :FLORACLASS} corresponding to the \fl class @@ -177,7 +177,7 @@ corresponding \fl instance. \item Each instance of {\tt :FLORAMETHOD} has a slot {\tt MethodName} whose value follows the following naming schema: -{\tt floraInstancename\_floraMethodname\_number}. Numeric suffixes 1,2,3, +{\tt floraInstancename.floraMethodname.number}. Numeric suffixes 1,2,3, etc., are used to disambiguate methods that have identical names, but different numbers of arguments. \item {\tt :FLORAMETHOD} subclasses have slots {\tt single} and {\tt @@ -298,3 +298,8 @@ the plugins configured for your system will appear. Check the box next to {\tt floraTab}. The {\tt floraTab} will appear. \end{itemize} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "flora-packages" +%%% End: |
|
From: Michael K. <ki...@us...> - 2005-09-16 03:22:45
|
Update of /cvsroot/flora/flora2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28441 Modified Files: flrutils.P Log Message: minor fixes Index: flrutils.P =================================================================== RCS file: /cvsroot/flora/flora2/flrutils.P,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- flrutils.P 30 Aug 2005 14:43:25 -0000 1.58 +++ flrutils.P 16 Sep 2005 03:22:37 -0000 1.59 @@ -2783,6 +2783,11 @@ ). +/* + Takes an option list (for the trailers) of the form [(Option,Index),...] + and deletes indices from options. Options FLOBJEQLDEF, FL_EQUALITY, + FL_CUSTOM, FL_INHERITANCE are ignored completely. +*/ strip_indices_from_options_and_split([],[],[]). strip_indices_from_options_and_split([(Option,_I)|Rest], StrippedOptions, |