Package org.openrefine.browsing.util
Class TimeRangeFacetState
- java.lang.Object
-
- org.openrefine.browsing.util.TimeRangeFacetState
-
- All Implemented Interfaces:
Serializable
,FacetState
public class TimeRangeFacetState extends Object implements FacetState
The aggregation state of a timeline facet, gathering statistics about the entire table and the rows in view (selected by other facets).- Author:
- Antonin Delpeuch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeRangeFacetState(TimeRangeStatistics global, TimeRangeStatistics view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
TimeRangeStatistics
getGlobalStatistics()
TimeRangeStatistics
getViewStatistics()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
TimeRangeFacetState
public TimeRangeFacetState(TimeRangeStatistics global, TimeRangeStatistics view)
-
-
Method Detail
-
getGlobalStatistics
public TimeRangeStatistics getGlobalStatistics()
-
getViewStatistics
public TimeRangeStatistics getViewStatistics()
-
-