Modifier and Type | Method and Description |
---|---|
Establishment |
PrivateDriverAgent.getEstablishment()
Returns this agent's establishment, initialized from the specified
PrivateDriverBehavior.
|
Establishment |
DeliveryDriverAgent.getEstablishment()
Returns this agent's establishment, initialized from the specified
DeliveryDriverBehavior.
|
Modifier and Type | Method and Description |
---|---|
Establishment |
Round.getOrigin()
Returns the round origin, used as start and final point of the
round.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Establishment> |
Round.getEstablishments()
Returns establishments delivered by this round, in order.
|
Constructor and Description |
---|
Round(Establishment origin,
java.util.List<Establishment> establishments,
org.liris.smartgov.simulator.core.simulation.time.Date departure,
double initialWeight)
Round constructor.
|
Constructor and Description |
---|
Round(Establishment origin,
java.util.List<Establishment> establishments,
org.liris.smartgov.simulator.core.simulation.time.Date departure,
double initialWeight)
Round constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
LezPreprocessor.applyCases(Establishment establishment) |
void |
LezPreprocessor.fillCases(Establishment establishment) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Establishment> |
LezContext.getEstablishments() |
Modifier and Type | Method and Description |
---|---|
void |
LezContext.setEstablishments(java.util.Map<java.lang.String,Establishment> establishments) |
Modifier and Type | Method and Description |
---|---|
void |
EstablishmentIdSerializer.serialize(Establishment value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
EstablishmentListIdSerializer.serialize(java.util.List<Establishment> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
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.
|