Class RangeFacet.RangeFacetConfig
java.lang.Object
com.google.refine.browsing.facets.RangeFacet.RangeFacetConfig
- All Implemented Interfaces:
FacetConfig
- Enclosing class:
- RangeFacet
-
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.
-
Field Details
-
_name
-
_expression
-
_columnName
-
_from
protected double _from -
_to
protected double _to -
_selectNumeric
protected boolean _selectNumeric -
_selectNonNumeric
protected boolean _selectNonNumeric -
_selectBlank
protected boolean _selectBlank -
_selectError
protected boolean _selectError -
_selected
protected boolean _selected
-
-
Constructor Details
-
RangeFacetConfig
-
-
Method Details
-
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
-