XPRDEvent
- java.lang.Object
-
- com.dashoptimization.XPRDEvent
-
public class XPRDEvent extends java.lang.ObjectA Mosel event.
-
-
Field Summary
Modifier and Type Field and Description static intEVENT_ENDClass of the termination event.inteventClassClass of this event.XPRDModelsenderSender of this event.doublevalueValue of this event.
-
Method Summary
Modifier and Type Method and Description java.lang.StringtoString()Genererate the string representation of an event.
-
-
-
Field Detail
-
EVENT_END
public static final int EVENT_END
Class of the termination event. An event of this class is sent when the model terminates its execution- See Also:
- Constant Field Values
-
sender
public XPRDModel sender
Sender of this event.
-
eventClass
public int eventClass
Class of this event.
-
value
public double value
Value of this event.
-
-
