Package ons
Class FlowDepartureEvent
java.lang.Object
ons.Event
ons.FlowDepartureEvent
public class FlowDepartureEvent extends Event
Methods to treat the outgoing of a Flow object.
-
Constructor Summary
Constructors Constructor Description FlowDepartureEvent(long id)
Creates a new FlowDepartureEvent object. -
Method Summary
-
Constructor Details
-
FlowDepartureEvent
public FlowDepartureEvent(long id)Creates a new FlowDepartureEvent object.- Parameters:
id
- unique identifier of the outgoing flow
-
-
Method Details
-
getID
public long getID()Retrieves the identifier of the FlowDepartureEvent object.- Returns:
- the FlowDepartureEvent's id attribute
-
toString
public java.lang.String toString()Prints all information related to the outgoing flow.- Overrides:
toString
in classjava.lang.Object
- Returns:
- string containing all the values of the flow's parameters
-