Uses of Interface
org.openrefine.history.dag.DagSlice
-
Packages that use DagSlice Package Description org.openrefine.history.dag org.openrefine.operations org.openrefine.operations.cell -
-
Uses of DagSlice in org.openrefine.history.dag
Classes in org.openrefine.history.dag that implement DagSlice Modifier and Type Class Description classAdditionSliceHistory slice which represents the addition of multiple consecutive columns, which all depend on the same set of input columns.classOpaqueSliceAn opaque transformation step, which does not commute with any other step.classReorderSliceA slice where columns can be reordered (including removing columns) and renamed in one go.classTransformationSliceMethods in org.openrefine.history.dag that return DagSlice Modifier and Type Method Description DagSliceIncompatibleSliceException. getSlice()Constructors in org.openrefine.history.dag with parameters of type DagSlice Constructor Description IncompatibleSliceException(DagSlice slice, ColumnModel columns) -
Uses of DagSlice in org.openrefine.operations
Fields in org.openrefine.operations declared as DagSlice Modifier and Type Field Description protected DagSliceChangeResult. dagSliceMethods in org.openrefine.operations that return DagSlice Modifier and Type Method Description DagSliceChangeResult. getDagSlice()Constructors in org.openrefine.operations with parameters of type DagSlice Constructor Description ChangeResult(Grid grid, GridPreservation gridPreservation, List<FacetConfig> createdFacets, DagSlice dagSlice)ChangeResult(Grid grid, GridPreservation gridPreservation, DagSlice dagSlice) -
Uses of DagSlice in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return DagSlice Modifier and Type Method Description protected DagSliceMassEditOperation. getDagSlice()
-