Ejemplo n.º 1
0
 /// <summary>
 ///     Symu will stop when all scenario are stopped
 /// </summary>
 /// <returns>
 ///     true if iteration must stop, false otherwise
 /// </returns>
 public bool StopIteration()
 {
     return(AgentNetwork.FilteredAgentsByClassCount(ScenarioAgent.ClassId) == 0);
 }