Class StochasticTraceAlignmentImpl<L,​M>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(L logMove, M modelMove)  
      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()  
      void reverse()  
      java.lang.String toHTMLString()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StochasticTraceAlignmentImpl

        public StochasticTraceAlignmentImpl()
    • Method Detail

      • add

        public void add​(L logMove,
                        M modelMove)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toHTMLString

        public java.lang.String toHTMLString()
      • reverse

        public void reverse()