Skip to content
Snippets Groups Projects
Commit 1dba2b30 authored by Günes Minareci's avatar Günes Minareci
Browse files

GPR_GRM location_class umbenannt in location

parent aefba2db
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ $start: $command $connect $command $connect $command
| $grm_question;
$answer: $confirm_yes | $confirm_no |
$grab_object | $person | $location_class;
$grab_object | $person | $location;
$grm_question: question to do;
......@@ -20,22 +20,22 @@ $command: $bring_command | $get_command | $find_command | $leave_command
$put_command | $go_command | $follow_command | $learn_person_command |
$stop_command | $wait_command;
$bring_command: $bringVerb $person $grab_object $praeposition $location_class |
$bring_command: $bringVerb $person $grab_object $praeposition $location |
$bringVerb $person $grab_object |
$bringVerb $grab_object $to_into $location_class |
$bringVerb $grab_object $to_into $location |
$bringVerb $grab_object to $person;
$get_command: $getVerb $grab_object $praeposition $location_class |
$get_command: $getVerb $grab_object $praeposition $location |
$getVerb $grab_object;
$find_command: $findVerb $grab_object in $location_class |
$find_command: $findVerb $grab_object in $location |
$findVerb $grab_object;
$leave_command: $leaveVerb $room_class;
$put_command: $putVerb $grab_object $on_in $location_class;
$put_command: $putVerb $grab_object $on_in $location;
$go_command: $goVerb $to_into $location_class;
$go_command: $goVerb $to_into $location;
$follow_command: $followVerb $person;
......@@ -94,7 +94,7 @@ $drink_class: $the_a_some coke | $grm_a redbull | $the_a_some juice | $the_
$snack_class: $the_some cookies | cookies;
$food_class: $the_some noodles | $the_some peanuts | $the_some chocolate | $the_some hazelnuts;
$location_class: $appliance_class | $shelf_class | $seat_class | $table_class | $bin_class
$location: $appliance_class | $shelf_class | $seat_class | $table_class | $bin_class
| $the_an appliance | $the_a shelf | $the_a seat | $the_a table | $the_a bin
| $decoration_class | $room_class
| $the_a decoration | $the_a room | $the_a location;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment