Uses of Interface
org.hansken.plugin.extraction.api.transformations.DataTransformation
-
Packages that use DataTransformation Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK.org.hansken.plugin.extraction.api.transformations This package contains the Data Transformations. -
-
Uses of DataTransformation in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api with parameters of type DataTransformation Modifier and Type Method Description default TraceTrace. setData(String dataType, DataTransformation... transformations)Set a series of data transformations for a specific dataType.Method parameters in org.hansken.plugin.extraction.api with type arguments of type DataTransformation Modifier and Type Method Description TraceTrace. setData(String dataType, List<DataTransformation> transformation)Set a series of data transformations for a specific dataType. -
Uses of DataTransformation in org.hansken.plugin.extraction.api.transformations
Classes in org.hansken.plugin.extraction.api.transformations that implement DataTransformation Modifier and Type Class Description classRangedDataTransformationARangedDataTransformationdescribes a data transformation consisting of a list ofDataRanges.
-