比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

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

The bool value

bool値

stringValue

string

文字列

no

The string value

文字列値

intMinValue

int

整数

no

The min value for the integer range.

整数範囲の最小値

intMaxValue

int

整数

no

The max value for the integer range.

整数範囲の最大値

doubleMinValue

double

no

The min value for the double range.

二重範囲の最小値

doubleMaxValue

double

no

The max value for the double range.

二重範囲の最大値