Uses of Class
org.openrefine.history.dag.IncompatibleSliceException
-
Packages that use IncompatibleSliceException Package Description org.openrefine.history.dag -
-
Uses of IncompatibleSliceException in org.openrefine.history.dag
Methods in org.openrefine.history.dag that throw IncompatibleSliceException Modifier and Type Method Description ColumnModel
AdditionSlice. applyToColumns(ColumnModel columns)
ColumnModel
DagSlice. applyToColumns(ColumnModel columns)
Given the list of columns before the change, return the list of columns after the slice.ColumnModel
OpaqueSlice. applyToColumns(ColumnModel columns)
ColumnModel
ReorderSlice. applyToColumns(ColumnModel columns)
ColumnModel
TransformationSlice. applyToColumns(ColumnModel columns)
-