基于Anylogic代理的模拟:'msg'无法解析为变量

时间:2017-05-03 20:09:20

标签: java anylogic

我正致力于开发出租车呼叫中心的模拟游戏。代理人(人口中)包括:

  • 主页
  • 呼叫
  • 汽车
  • 出租车站

以下代码位于代理Taxi Station中的功能(由事件定期触发)中。家是随机选择的。

Call o = new Call();
o.home = main.home.random();
Car c = findCar();
if (t != null)
{
    send(msg, c);
}
else
{
    collectionCall.addFirst(msg);
}

报告msg无法解析为变量。有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

您应该在使用 Call o = new Call(); o.home = main.home.random(); Car c = findCar(); String msg = "some message"; if (t != null) { send(msg, c); } else { collectionCall.addFirst(msg); } 变量之前对其进行初始化:

selenium.common.exceptions.WebDriverException: