| Rules |
bycle
|
| ? |
VehicleType = cycle |
| 0 |
num_wheels = 2 |
| 0 |
motor = no |
|
|
tricle
|
| ? |
VehicleType = cycle |
| 0 |
num_wheels = 3 |
| 0 |
motor = no |
|
|
motorcycle
|
| ? |
VehicleType = cycle |
| 0 |
num_wheels = 2 |
| 1 |
motor = yes |
|
|
sportscar
|
| ? |
VehicleType = automobile |
| 0 |
size = small |
| 0 |
num_doors = 2 |
|
|
sedan
|
| ? |
VehicleType = automobile |
| 1 |
size = medium |
| 0 |
num_doors = 4 |
|
|
minivan
|
| ? |
VehicleType = automobile |
| 1 |
size = medium |
| 1 |
num_doors = 3 |
|
|
SUV
|
| ? |
VehicleType = automobile |
| 0 |
size = large |
| 0 |
num_doors = 4 |
|
| Vehicle = Sports_Utility_Vehicle |
|
Cycle
|
|
|
Automobile
|
| 1 |
motor = yes |
| 1 |
num_wheels = 4 |
|
|
Copyright © 2004 by Karsten Meier. All Rights
reserved.