Property File - crest-cassia/CrowdWalk GitHub Wiki

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
以下,エントリーのキーと値のセットで羅列されている.
<entry key="hogehoge">fugafuga</entry>

  • hogehoge
  • fugafuga
    とりあえず,上記のような対応付けで記述していく
  • map_file
  • Map fileへのファイルパス
  • pollution_file
  • Pollution fileへのファイルパス
  • generation_file
  • Generation fileへのファイルパス
  • scenario_file
  • Scenario fileへのファイルパス
  • randseed
  • 乱数シード
  • random_navigation
  • true or false
  • speed_model
  • density or ???
  • density_speed_model_macro_timestep
  • 整数値
  • timer_enable
  • true or false
  • timer_file
  • timerログファイルを出力するファイルパス
  • interval
  • 整数値
  • time_series_log
  • true or false
  • time_series_log_path
  • time series log ディレクトリの場所
  • time_series_log_interval
  • 整数値
  • loop_count
  • 整数値
  • exit_count
  • 整数値
  • all_agent_speed_zero_break
  • true or false

</properties>

⚠️ **GitHub.com Fallback** ⚠️