| Modifier and Type | Method and Description |
|---|---|
static Vehicle |
DeliveryVehicleFactory.generateVehicle(CopertSelector copertSelector,
CopertParser copertParser,
java.lang.String id) |
| Constructor and Description |
|---|
DeliveryVehicleFactory(CopertProfile copertProfile,
CopertParser copertParser)
DeliveryVehicleFactory constructor.
|
| Constructor and Description |
|---|
LezPreprocessor(Environment environment,
CopertParser parser) |
| Modifier and Type | Method and Description |
|---|---|
CopertParser |
PollutionScenario.getCopertParser()
Returns the currently loaded CopertParser.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Establishment> |
LezScenario.loadEstablishments(org.liris.smartgov.simulator.core.environment.SmartGovContext context,
CopertParser parser)
Load the establishments : the closest OSM node, the vehicles, the personalities of the agents
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,Establishment> |
EstablishmentLoader.loadEstablishments(java.io.File establishmentsFile,
java.io.File fleetProfiles,
CopertParser parser,
java.util.Random random)
Load establishments and build rounds and fleets from the specified inputs.
|
| Constructor and Description |
|---|
EstablishmentDeserializer(java.io.File fleetProfiles,
CopertParser copertParser,
java.util.Random random) |