Interface StochasticTraceAlignment<L,​M>

  • Type Parameters:
    L - transition/move of log (language 1)
    M - transition/move of model (language 2)
    All Known Implementing Classes:
    StochasticTraceAlignmentImpl

    public interface StochasticTraceAlignment<L,​M>
    Author:
    sander
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      L getMoveA​(int indexOfMove)
      The log move, or null if this move does not contain a log move part.
      M getMoveB​(int indexOfMove)
      The model move, or null if this move does not contain a model move part.
      int getNumberOfMoves()  
    • Method Detail

      • getNumberOfMoves

        int getNumberOfMoves()
      • getMoveA

        L getMoveA​(int indexOfMove)
        The log move, or null if this move does not contain a log move part.
        Parameters:
        indexOfMove -
        Returns:
      • getMoveB

        M getMoveB​(int indexOfMove)
        The model move, or null if this move does not contain a model move part.
        Parameters:
        indexOfMove -
        Returns: