Package org.openrefine.browsing.facets
Class TimeRangeFacetResult
- java.lang.Object
-
- org.openrefine.browsing.facets.TimeRangeFacetResult
-
- All Implemented Interfaces:
FacetResult
public class TimeRangeFacetResult extends Object implements FacetResult
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]
_baseBins
protected long
_baseBlankCount
protected long
_baseErrorCount
protected long
_baseNonTimeCount
protected long
_baseTimeCount
protected int[]
_bins
protected long
_blankCount
protected TimeRangeFacet.TimeRangeFacetConfig
_config
protected long
_errorCount
protected String
_errorMessage
protected double
_max
protected double
_min
protected long
_nonTimeCount
protected double
_step
protected long
_timeCount
protected static long[]
steps
-
Constructor Summary
Constructors Constructor Description TimeRangeFacetResult(TimeRangeFacet.TimeRangeFacetConfig config, String error, TimeRangeFacetState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getBaseBins()
int[]
getBins()
String
getColumnName()
String
getError()
String
getExpression()
Double
getFrom()
Double
getMax()
Double
getMin()
String
getName()
Double
getStep()
Double
getTo()
-
-
-
Field Detail
-
steps
protected static long[] steps
-
_config
protected TimeRangeFacet.TimeRangeFacetConfig _config
-
_errorMessage
protected String _errorMessage
-
_baseTimeCount
protected long _baseTimeCount
-
_baseNonTimeCount
protected long _baseNonTimeCount
-
_baseBlankCount
protected long _baseBlankCount
-
_baseErrorCount
protected long _baseErrorCount
-
_timeCount
protected long _timeCount
-
_nonTimeCount
protected long _nonTimeCount
-
_blankCount
protected long _blankCount
-
_errorCount
protected long _errorCount
-
_min
protected double _min
-
_max
protected double _max
-
_step
protected double _step
-
_bins
protected int[] _bins
-
_baseBins
protected int[] _baseBins
-
-
Constructor Detail
-
TimeRangeFacetResult
public TimeRangeFacetResult(TimeRangeFacet.TimeRangeFacetConfig config, String error, TimeRangeFacetState state)
-
-
Method Detail
-
getName
public String getName()
-
getExpression
public String getExpression()
-
getColumnName
public String getColumnName()
-
getError
public String getError()
-
getMin
public Double getMin()
-
getMax
public Double getMax()
-
getStep
public Double getStep()
-
getBins
public int[] getBins()
-
getBaseBins
public int[] getBaseBins()
-
getFrom
public Double getFrom()
-
getTo
public Double getTo()
-
-