Class CumulativeBasic.Event

  • Enclosing class:
    CumulativeBasic

    private static class CumulativeBasic.Event
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int date  
      (package private) TaskView t  
      (package private) int type  
      (package private) int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(int type, TaskView t, int date, int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int date()  
      (package private) TaskView task()  
      java.lang.String toString()  
      (package private) int type()  
      (package private) int value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        int type
      • date

        int date
      • value

        int value
    • Constructor Detail

      • Event

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

      • date

        int date()
      • type

        int type()
      • value

        int value()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object