Class CumulativeBasic.Event

java.lang.Object
org.jacop.constraints.cumulative.CumulativeBasic.Event
Enclosing class:
CumulativeBasic

private static class CumulativeBasic.Event extends Object
  • Field Details

    • type

      int type
    • t

    • date

      int date
    • value

      int value
  • Constructor Details

    • Event

      Event(int type, TaskView t, int date, int value)
  • Method Details

    • date

      int date()
    • type

      int type()
    • value

      int value()
    • task

      TaskView task()
    • toString

      public String toString()
      Overrides:
      toString in class Object