Class Execution

java.lang.Object
org.graphwalker.core.statistics.Execution

public class Execution extends Object
Author:
Nils Olsson
  • Constructor Details

    • Execution

      public Execution(Context context, Element element, long time, long duration)
    • Execution

      public Execution(Context context, Element element, long time, long duration, TimeUnit unit)
  • Method Details

    • getContext

      public Context getContext()
    • getElement

      public Element getElement()
    • getTime

      public long getTime(TimeUnit unit)
    • getTime

      public long getTime()
    • getDuration

      public long getDuration(TimeUnit unit)
    • getDuration

      public long getDuration()