Class IntTask


  • class IntTask
    extends java.lang.Object
    Represents tasks with integer start, duration and resource valurs for cumulative constraint
    Version:
    4.8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int start  
      (package private) int stop  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntTask()  
      IntTask​(int Start, int Stop)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int start()  
      (package private) int stop()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • start

        int start
      • stop

        int stop
    • Constructor Detail

      • IntTask

        IntTask()
      • IntTask

        IntTask​(int Start,
                int Stop)
    • Method Detail

      • start

        int start()
      • stop

        int stop()
      • toString

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