Interface Machine

All Superinterfaces:
Observable
All Known Implementing Classes:
MachineBase, ReplayMachine, SimpleMachine

public interface Machine extends Observable
Author:
Nils Olsson
  • Method Details

    • getNextStep

      Context getNextStep()
    • hasNextStep

      boolean hasNextStep()
    • getContexts

      List<Context> getContexts()
    • getCurrentContext

      Context getCurrentContext()
    • getExceptionStrategy

      ExceptionStrategy getExceptionStrategy()
    • setExceptionStrategy

      void setExceptionStrategy(ExceptionStrategy exceptionStrategy)
    • getProfiler

      Profiler getProfiler()