From 5a3c6e3eb8f8ed08152c43671ff21a04cbc57dac Mon Sep 17 00:00:00 2001 From: Irene Schena Date: Thu, 23 May 2002 13:30:10 +0000 Subject: [PATCH] Modified Files: 1) grammar.txt xmathql.dtd: moved sortby in grammar comments --- helm/mathql/grammar.txt | 19 ++++++++++++++----- helm/mathql/xmathql.dtd | 10 +--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/helm/mathql/grammar.txt b/helm/mathql/grammar.txt index 4f2ff8c76..25e4b8e1e 100644 --- a/helm/mathql/grammar.txt +++ b/helm/mathql/grammar.txt @@ -7,8 +7,6 @@ MATHEMATICAL QUERY LANGUAGE (MathQL) | UNION (* unione *) | INTERSECT (* intersezione *) | DIFF (* differenza *) - | SORTEDBY (* unione lista ordinata secondo - ordine e valore funzione *) | SELECT IN WHERE (* selezione *) | EXISTS IN WHERE (* esistenziale *) | USE POSITION (* unione lista backward *) @@ -73,9 +71,6 @@ MATHEMATICAL QUERY LANGUAGE (MathQL) | SUPER (* proprieta' e super-proprieta' di *) - := DESC (* ordinamento decrescente *) - | ASC (* ordinamento crescente *) - := (* variabile per risorse *) := $ (* variabile per stringhe *) @@ -118,3 +113,17 @@ MATHEMATICAL QUERY LANGUAGE (MathQL) "body" parte compresa fra le occorrenze di ":/" e "#1" escluse "fragment" parte successiva all'occorrenza "#1" +- FUTURO: operatore di ordinamento sul risultato finale della query. + SORTEDBY (* unione lista ordinata secondo + ordine e valore funzione *) + := DESC (* ordinamento decrescente *) + | ASC (* ordinamento crescente *) + DTD: + + + + + +- RILASSAMENTO degli operatori UNION e INTERSECT. Operatori fuzzy con + introduzione di pesi associati ai risultati. \ No newline at end of file diff --git a/helm/mathql/xmathql.dtd b/helm/mathql/xmathql.dtd index a5bd242e7..7b4f71045 100644 --- a/helm/mathql/xmathql.dtd +++ b/helm/mathql/xmathql.dtd @@ -50,13 +50,11 @@ - - - @@ -83,8 +81,6 @@ - - @@ -123,10 +119,6 @@ - - - -- 2.39.2