Interface ITransition


public interface ITransition
Version:
$Revision: 1.1 $ $Date: 2004/10/15 16:46:25 $
Author:
Michal Dobisek, Polarion Software
  • Method Details

    • getFromState

      @NotNull String getFromState()
    • getToState

      @NotNull String getToState()
    • getActionId

      @NotNull String getActionId()