The kill module allows users to kill agents during the simulation based on a metadata value.
At each frame the agent metadata with the given name will be compared to the given values and in case it matches any of the criteria the agent will be killed.
For integers and doubles a frame range can be provided.
...
Killモジュールを使用すると、ユーザーはシミュレーション中にメタデータ値に基づいてエージェントを強制終了することができます。
各フレームで、指定された名前のAgent メタデータが指定された値と比較され、結果がエージェントが削除される基準のいずれかに一致する場合にとなります。整数と倍精度の場合は、フレーム範囲を指定できます。
...
アトリビュート | タイプ | 上書き可能 | 説明 |
---|---|---|---|
metadataName | 文字列 | no | メタデータ名 |
boolValue | bool | no |
bool値 |
stringValue |
文字列 | no |
文字列値 |
intMinValue |
整数 | no |
整数範囲の最小値 |
intMaxValue |
整数 | no |
整数範囲の最大値 | ||
doubleMinValue | double | no |
二重範囲の最小値 | ||
doubleMaxValue | double | no |
二重範囲の最大値 |