diff options
| author | ramona.enache <ramona.enache@chalmers.se> | 2010-09-06 08:58:30 +0000 |
|---|---|---|
| committer | ramona.enache <ramona.enache@chalmers.se> | 2010-09-06 08:58:30 +0000 |
| commit | 8c2e696f275bf61b0de51ab8982bcf02b9e689b9 (patch) | |
| tree | 46d28127fb789b52926dbb756a7455d44da477d3 /examples/SUMO/RGLExt | |
| parent | 4143834e690ab6efc5a7a6b98fe620f5350a1e84 (diff) | |
added Model and ProcessTask in SumoFre and SumoRon
Diffstat (limited to 'examples/SUMO/RGLExt')
| -rw-r--r-- | examples/SUMO/RGLExt/ExtraLexiconRon.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SUMO/RGLExt/ExtraLexiconRon.gf b/examples/SUMO/RGLExt/ExtraLexiconRon.gf index 9b91fcd3e..b1f6c47f1 100644 --- a/examples/SUMO/RGLExt/ExtraLexiconRon.gf +++ b/examples/SUMO/RGLExt/ExtraLexiconRon.gf @@ -16,7 +16,7 @@ lin abstract_N = mkN "abstract" ;
attribute_N = mkN "atribut" ;
graph_N = mkNR "graf" ;
- model_N = mkN "model" ;
+ model_N = mkN "model" neuter;
process_N = mkN "proces" ;
task_N = mkN "sarcină" ;
proposition_N = mkN "propoziție" ;
|
