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 class
AdditionSlice
History slice which represents the addition of multiple consecutive columns, which all depend on the same set of input columns.class
OpaqueSlice
An opaque transformation step, which does not commute with any other step.class
ReorderSlice
A slice where columns can be reordered (including removing columns) and renamed in one go.class
TransformationSlice
Methods in org.openrefine.history.dag that return DagSlice Modifier and Type Method Description DagSlice
IncompatibleSliceException. 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 DagSlice
ChangeResult. dagSlice
Methods in org.openrefine.operations that return DagSlice Modifier and Type Method Description DagSlice
ChangeResult. 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 DagSlice
MassEditOperation. getDagSlice()
-