Class CPerception.CVehicleIndex
java.lang.Object
org.eclipse.mosaic.fed.application.config.CPerception.CVehicleIndex
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CPerception
A base class for configuring the VehicleIndex implementation to use during perception. Based on a hidden "type" parameter,
JSON deserialization chooses from Tree, Grid, or SUMO configuration. Possible type values are: "tree", "grid", "sumo"
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract VehicleIndex
create()
Creates the specificVehicleIndex
instance based on the present configuration.
-
Field Details
-
enabled
public boolean enabledDefines if the vehicle index is enabled. Default: false
-
-
Constructor Details
-
CVehicleIndex
public CVehicleIndex()
-
-
Method Details
-
create
Creates the specificVehicleIndex
instance based on the present configuration.
-