Class WindowInfo


  • public class WindowInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowInfo​(java.util.ArrayList<java.lang.Integer> window, int windowCount, java.lang.Integer traceVariantId, int startPos, int endPos)  
    • Constructor Detail

      • WindowInfo

        public WindowInfo​(java.util.ArrayList<java.lang.Integer> window,
                          int windowCount,
                          java.lang.Integer traceVariantId,
                          int startPos,
                          int endPos)
    • Method Detail

      • getWindow

        public java.util.ArrayList<java.lang.Integer> getWindow()
      • getTraceVariantId

        public java.lang.Integer getTraceVariantId()
      • getStartPos

        public int getStartPos()
        Returns the start position of the window in the trace
        Returns:
        startPos - the start position of the window in the trace
      • getEndPos

        public int getEndPos()
        Returns the end position of the window in the trace
        Returns:
        endPos - the end position of the window in the trace
      • getWindowCount

        public int getWindowCount()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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