Class TaskLoadImpl

java.lang.Object
net.sourceforge.plantuml.project.core3.TaskLoadImpl
All Implemented Interfaces:
TaskLoad

public class TaskLoadImpl extends java.lang.Object implements TaskLoad
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final long
     
    final Histogram
     
    final long
     
    final void
    setEnd(long end)
     
    final void
    setStart(long start)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TaskLoadImpl

      public TaskLoadImpl(Histogram load)
  • Method Details

    • getStart

      public final long getStart()
      Specified by:
      getStart in interface TaskLoad
    • setStart

      public final void setStart(long start)
    • getEnd

      public final long getEnd()
      Specified by:
      getEnd in interface TaskLoad
    • setEnd

      public final void setEnd(long end)
    • getLoad

      public final Histogram getLoad()
      Specified by:
      getLoad in interface TaskLoad