Interface NetEvent

All Known Implementing Classes:
ArrivalEvent

public interface NetEvent

A NetEvent represents an event to be simulated in a network.


Method Summary
 void simulate()
          ev.simulate() simulates the occurence of ev.
 

Method Detail

simulate

public void simulate()
ev.simulate() simulates the occurence of ev.