Class StateMachine<T>

java.lang.Object
org.antublue.test.engine.internal.util.StateMachine<T>

public class StateMachine<T> extends Object
Class to implement a StateMachine
  • Constructor Details

    • StateMachine

      public StateMachine(String id)
      Constructor
      Parameters:
      id - id
  • Method Details