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