|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScheduler | |
planet.simulate |
Uses of IScheduler in planet.simulate |
Classes in planet.simulate that implement IScheduler | |
class |
Scheduler
|
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. |
|
Simulator(IScheduler timer)
Constructor, create a new simulation with a determinate event scheduler |
|
Simulator(IScheduler timer,
boolean load)
Constructor, create a new simulation with a determinate event scheduler and with indicated argument, will load a old state of simulation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |