|
WDMSim | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwdmsim.Event
wdmsim.FlowArrivalEvent
public class FlowArrivalEvent
Methods to treat the incoming of a Flow object.
Constructor Summary | |
---|---|
FlowArrivalEvent(Flow flow)
Creates a new FlowArrivalEvent object. |
Method Summary | |
---|---|
Flow |
getFlow()
Retrives the flow attribute of the FlowArrivalEvent object. |
java.lang.String |
toString()
Prints all information related to the arriving flow. |
Methods inherited from class wdmsim.Event |
---|
getTime, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlowArrivalEvent(Flow flow)
flow
- the arriving flowMethod Detail |
---|
public Flow getFlow()
public java.lang.String toString()
toString
in class java.lang.Object
|
WDMSim | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |