Package | Description |
---|---|
org.liris.smartgov.lez.core.agent.driver.personality | |
org.liris.smartgov.lez.core.agent.establishment | |
org.liris.smartgov.lez.core.agent.establishment.preprocess |
Constructor and Description |
---|
Personality(ST8 activity,
java.lang.String vehicleId)
Constructor of Personality
|
Modifier and Type | Method and Description |
---|---|
static ST8 |
ST8.byCode(java.lang.String code)
Returns the ST8 category corresponding to
the specified code.
|
ST8 |
Establishment.getActivity()
Returns establishment's activity.
|
static ST8 |
ST8.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ST8[] |
ST8.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Establishment(java.lang.String id,
java.lang.String name,
ST8 activity,
org.liris.smartgov.simulator.urban.geo.utils.LatLon location)
Establishment constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
CasesManager.addCase(Cases c,
boolean hasChosen,
ST8 activity)
Add case to the counters, defining if the agent made his choice, or not yet.
|
static void |
CasesManager.addCase(Surveillance surveillance,
boolean forbidden,
boolean hasChosen,
ST8 activity)
Add case to the counters, defining if the agent made his choice, or not yet.
|
static int[] |
CasesManager.getCounter(ST8 activity,
Cases c)
Returns the counter for a case and an activity.
|