Class WindowInfo
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.logs.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetEndPos()Returns the end position of the window in the traceintgetStartPos()Returns the start position of the window in the tracejava.lang.IntegergetTraceVariantId()java.util.ArrayList<java.lang.Integer>getWindow()intgetWindowCount()inthashCode()java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-