Class VehicleUnit.PerceptionEgoVehicleAdapter

java.lang.Object
org.eclipse.mosaic.fed.application.ambassador.simulation.VehicleUnit.PerceptionEgoVehicleAdapter
All Implemented Interfaces:
PerceptionEgo
Enclosing class:
VehicleUnit

public static class VehicleUnit.PerceptionEgoVehicleAdapter extends Object implements PerceptionEgo
Adapter for Vehicle Units to provide access to necessary data and functions for the SimplePerceptionModule.

We don't let VehicleUnit implement the PerceptionEgo interface directly to avoid exposing methods which are relevant for perception only.