Interface ChartContext


  • public interface ChartContext
    • Field Detail

      • ThreadFactory

        static final java.util.concurrent.ThreadFactory ThreadFactory
      • SharedExecutor

        static final java.util.concurrent.ExecutorService SharedExecutor
      • ScheduledThreadFactory

        static final java.util.concurrent.ThreadFactory ScheduledThreadFactory
      • SharedScheduler

        static final java.util.concurrent.ScheduledExecutorService SharedScheduler
    • Method Detail

      • abort

        void abort​(java.lang.Throwable cause)
      • pause

        void pause()
      • shouldDebug

        boolean shouldDebug​(java.util.UUID step)
      • debug

        void debug()
        This will block until step or resume is called, if debugging is enabled, and the step has a breakpoint (or it's the next step after a "step" command).
      • getInstanceId

        java.util.UUID getInstanceId()
      • getChartPath

        java.lang.String getChartPath()
      • getElement

        ChartElement getElement​(java.util.UUID elementId)
      • isRunning

        boolean isRunning()
        Indicates that the chart is in a running state and the elements should transition as necessary. *