diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-10 18:17:06 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-11 12:34:47 +0100 |
| commit | 17bd9beaf7f358a44e5bf36a5855fe6727d506dc (patch) | |
| tree | 47e9310a0cff869d9ec017dcb2c81876407782c8 /src/org/semanticweb/karma2/model/cqparser/ConjunctiveQuery.tokens | |
| parent | 8651164cd632a5db310b457ce32d4fbc97bdc41c (diff) | |
| download | ACQuA-17bd9beaf7f358a44e5bf36a5855fe6727d506dc.tar.gz ACQuA-17bd9beaf7f358a44e5bf36a5855fe6727d506dc.zip | |
[pagoda] Move project to Scala
This commit includes a few changes:
- The repository still uses Maven to manage dependency but it is now a
Scala project.
- The code has been ported from OWLAPI 3.4.10 to 5.1.20
- A proof of concept program using both RSAComb and PAGOdA has been
added.
Diffstat (limited to 'src/org/semanticweb/karma2/model/cqparser/ConjunctiveQuery.tokens')
| -rw-r--r-- | src/org/semanticweb/karma2/model/cqparser/ConjunctiveQuery.tokens | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/org/semanticweb/karma2/model/cqparser/ConjunctiveQuery.tokens b/src/org/semanticweb/karma2/model/cqparser/ConjunctiveQuery.tokens deleted file mode 100644 index 3b4fa39..0000000 --- a/src/org/semanticweb/karma2/model/cqparser/ConjunctiveQuery.tokens +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | T__20=20 | ||
| 2 | T__21=21 | ||
| 3 | T__22=22 | ||
| 4 | T__23=23 | ||
| 5 | T__24=24 | ||
| 6 | T__25=25 | ||
| 7 | T__26=26 | ||
| 8 | T__27=27 | ||
| 9 | T__28=28 | ||
| 10 | T__29=29 | ||
| 11 | ATOM=4 | ||
| 12 | ATOM_LIST=5 | ||
| 13 | CONSTANT=6 | ||
| 14 | EXPRESSION=7 | ||
| 15 | HEADATOM=8 | ||
| 16 | ID=9 | ||
| 17 | PREDICATE=10 | ||
| 18 | PREFIX=11 | ||
| 19 | PREFIX_LIST=12 | ||
| 20 | RULE=13 | ||
| 21 | SCONSTANT=14 | ||
| 22 | STRING=15 | ||
| 23 | TERM_LIST=16 | ||
| 24 | URLSTRING=17 | ||
| 25 | VARIABLE=18 | ||
| 26 | WS=19 | ||
| 27 | '('=20 | ||
| 28 | ')'=21 | ||
| 29 | ','=22 | ||
| 30 | '.'=23 | ||
| 31 | ':'=24 | ||
| 32 | '<'=25 | ||
| 33 | '<-'=26 | ||
| 34 | '>'=27 | ||
| 35 | '?'=28 | ||
| 36 | 'prefix'=29 | ||
