Class CPerception.CVehicleIndex
- java.lang.Object
-
- org.eclipse.mosaic.fed.application.config.CPerception.CVehicleIndex
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CPerception
public abstract static class CPerception.CVehicleIndex extends Object implements Serializable
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
enabled
Defines if the vehicle index is enabled.
-
Constructor Summary
Constructors Constructor Description CVehicleIndex()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract VehicleIndex
create()
Creates the specificVehicleIndex
instance based on the present configuration.
-
-
-
Method Detail
-
create
public abstract VehicleIndex create()
Creates the specificVehicleIndex
instance based on the present configuration.
-
-