Package | Description |
---|---|
org.liris.smartgov.lez.core.agent.establishment | |
org.liris.smartgov.lez.core.output.establishment |
Modifier and Type | Method and Description |
---|---|
java.util.Map<VehicleCapacity,java.util.Collection<Vehicle>> |
Establishment.getFleetByCapacity()
Returns a convenient fleet representation, indexed by vehicles
capacities.
|
Modifier and Type | Method and Description |
---|---|
int |
VehicleCapacity.compareTo(VehicleCapacity arg0)
Vehicle capacities are compared according to their
vehicle categories and the corresponding segments.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetSerializer.serialize(java.util.Map<VehicleCapacity,java.util.Collection<Vehicle>> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |