Package com.google.refine.browsing
Class Engine
java.lang.Object
com.google.refine.browsing.Engine
Faceted browsing engine.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetFilteredRecords(Facet except) getFilteredRows(Facet except) getMode()voidinitializeFromConfig(EngineConfig config) static StringmodeToString(Engine.Mode mode) voidsetMode(Engine.Mode mode) static Engine.Mode
-
Field Details
-
INCLUDE_DEPENDENT
- See Also:
-
MODE
- See Also:
-
MODE_ROW_BASED
- See Also:
-
MODE_RECORD_BASED
- See Also:
-
_project
-
_facets
-
_config
-
-
Constructor Details
-
Engine
-
-
Method Details
-
modeToString
-
stringToMode
-
getMode
-
setMode
-
getAllRows
-
getAllFilteredRows
-
getFilteredRows
-
getAllRecords
-
getFilteredRecords
-
getFilteredRecords
-
initializeFromConfig
-
computeFacets
public void computeFacets()
-