Initializing help system before first use

XPRDEvent

  • java.lang.Object
    • com.dashoptimization.XPRDEvent


  • public class XPRDEvent
    extends java.lang.Object
    A Mosel event.
    • Field Summary

      Modifier and Type Field and Description
      static int EVENT_END
      Class of the termination event.
      int eventClass
      Class of this event.
      XPRDModel sender
      Sender of this event.
      double value
      Value of this event.
    • Method Summary

      Modifier and Type Method and Description
      java.lang.String toString()
      Genererate the string representation of an event.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
    • Method Detail

      • toString

        public java.lang.String toString()
        Genererate the string representation of an event. The text consists in "from: senderId class: eventClass value: value"
        Overrides:
        toString in class  java.lang.Object

© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.