Scheduler

public abstract class Scheduler
Author:Cosmin Arad <cosmin@sics.se>

Methods

asyncShutdown

public abstract void asyncShutdown()

executeComponent

protected final void executeComponent(Component component, int w)

proceed

public abstract void proceed()

schedule

public abstract void schedule(Component c, int w)

shutdown

public abstract void shutdown()