african_american
The value of the race
factor for African American agents.
Synopsis
african_american
Description
This constant represents the value of the race
factor for African American agents.
The associated numeric value is \(2\).
Examples
African American agents can be sent to the state Select
with the
following transition rule.
if (race == african_american) then next(Select)
or equivalently with with the following.
if (race == 2) then next(Select)
Notes
See the unknown_race entry for a complete list of racial values.
See Also
race, unknown_race, white, american_indian, alaska_native, tribal, asian, hawaiian_native, other_race, multiple_race