Uses of Class
org.openrefine.browsing.util.TimeRangeFacetState
-
Packages that use TimeRangeFacetState Package Description org.openrefine.browsing.facets org.openrefine.browsing.util -
-
Uses of TimeRangeFacetState in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return types with arguments of type TimeRangeFacetState Modifier and Type Method Description FacetAggregator<TimeRangeFacetState>
TimeRangeFacet. getAggregator()
Constructors in org.openrefine.browsing.facets with parameters of type TimeRangeFacetState Constructor Description TimeRangeFacetResult(TimeRangeFacet.TimeRangeFacetConfig config, String error, TimeRangeFacetState state)
-
Uses of TimeRangeFacetState in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util that return TimeRangeFacetState Modifier and Type Method Description TimeRangeFacetState
TimeRangeFacetAggregator. sum(TimeRangeFacetState first, TimeRangeFacetState second)
protected TimeRangeFacetState
TimeRangeFacetAggregator. withValue(TimeRangeFacetState state, Object value, boolean inView)
Methods in org.openrefine.browsing.util with parameters of type TimeRangeFacetState Modifier and Type Method Description TimeRangeFacetState
TimeRangeFacetAggregator. sum(TimeRangeFacetState first, TimeRangeFacetState second)
protected TimeRangeFacetState
TimeRangeFacetAggregator. withValue(TimeRangeFacetState state, Object value, boolean inView)
-