Uses of Interface
org.hansken.plugin.extraction.api.transformations.DataTransformation
Packages that use DataTransformation
Package
Description
This is the API of the Extraction Plugins SDK.
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 DataTransformationModifier and TypeMethodDescriptiondefault 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 DataTransformationModifier and TypeMethodDescriptionTrace.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 DataTransformationModifier and TypeClassDescriptionclassARangedDataTransformationdescribes a data transformation consisting of a list ofDataRanges.