Modifier and Type | Method and Description |
---|---|
Round |
DriverBehavior.getRound()
return the round to be performed
|
Round |
DeliveryDriverBehavior.getRound()
Returns the round that the agent must perform.
|
Constructor and Description |
---|
DeliveryDriverBehavior(DriverBody agentBody,
Round round,
Personality personality,
org.liris.smartgov.simulator.core.environment.SmartGovContext context)
DeliveryDriverBehavior constructor.
|
DriverBehavior(DriverBody agentBody,
Round round,
Personality personality,
org.liris.smartgov.simulator.core.environment.SmartGovContext context)
DeliveryDriverBehavior constructor.
|
PrivateDriverBehavior(DriverBody agentBody,
Round round,
Personality personality,
org.liris.smartgov.simulator.core.environment.SmartGovContext context,
java.util.Random random) |
WorkerBehavior(DriverBody agentBody,
Round round,
Personality personality,
org.liris.smartgov.simulator.core.environment.SmartGovContext context,
java.util.Random random)
WorkerBehavior constructor.
|
WorkerHomeAtNoonBehavior(DriverBody agentBody,
Round round,
Personality personality,
org.liris.smartgov.simulator.core.environment.SmartGovContext context,
java.util.Random random)
WorkerHomeAtNoonBehavior constructor.
|
WorkerOneActivityBehavior(DriverBody agentBody,
Round round,
Personality personality,
org.liris.smartgov.simulator.core.environment.SmartGovContext context,
java.util.Random random)
WorkerOneActivityBehavior constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Round> |
Establishment.getRounds()
Returns rounds that must be performed by this establishment,
indexed by delivery vehicle ids that must perform each round.
|
Modifier and Type | Method and Description |
---|---|
void |
Establishment.addRound(Vehicle vehicle,
Round round)
Adds a round to be performed by the specified vehicle.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,Round> |
LezContext.ongoingRounds |
Modifier and Type | Method and Description |
---|---|
void |
RoundSerializer.serialize(java.util.Map<Vehicle,Round> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |