Constructors in planet.simulate with parameters of type IScheduler |
NetworkSimulator(IScheduler timer)
Constructor, create a new simulation with a determinate event scheduler
and a new network. |
NetworkSimulator(IScheduler timer,
Network net)
Constructor, create a new simulation with a determinate event scheduler |
NetworkSimulator(IScheduler timer,
Network net,
java.lang.String factoriesProperties,
java.lang.String simProperties,
java.lang.String chordProperties)
Constructor that generates a new instance of Network and prepares its
simulation using the parameters specified in the properties file. |