Class TimeRangeFacet.TimeRangeFacetConfig
java.lang.Object
com.google.refine.browsing.facets.TimeRangeFacet.TimeRangeFacetConfig
- All Implemented Interfaces:
FacetConfig
- Enclosing class:
- TimeRangeFacet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInstantiates the given facet on a particular project.The facet type as stored in json.protected boolean
-
Field Details
-
_name
-
_expression
-
_columnName
-
_from
protected double _from -
_to
protected double _to -
_selectTime
protected boolean _selectTime -
_selectNonTime
protected boolean _selectNonTime -
_selectBlank
protected boolean _selectBlank -
_selectError
protected boolean _selectError
-
-
Constructor Details
-
TimeRangeFacetConfig
public TimeRangeFacetConfig()
-
-
Method Details
-
isSelected
protected boolean isSelected() -
apply
Description copied from interface:FacetConfigInstantiates the given facet on a particular project.- Specified by:
applyin interfaceFacetConfig- Returns:
- a computed facet on the given project.
-
getJsonType
Description copied from interface:FacetConfigThe facet type as stored in json.- Specified by:
getJsonTypein interfaceFacetConfig
-