public interface PredictionGenerator
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcPrediction> |
generate(VehicleState vehicleState)
Generates and returns the predictions for the vehicle.
|
java.util.List<IpcPrediction> generate(VehicleState vehicleState)
vehicleState
- Contains the new match for the vehicle that the predictions
are to be based on.