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 ColumnModelAdditionSlice. applyToColumns(ColumnModel columns)ColumnModelDagSlice. applyToColumns(ColumnModel columns)Given the list of columns before the change, return the list of columns after the slice.ColumnModelOpaqueSlice. applyToColumns(ColumnModel columns)ColumnModelReorderSlice. applyToColumns(ColumnModel columns)ColumnModelTransformationSlice. applyToColumns(ColumnModel columns)
-