Uses of Class
org.hansken.plugin.extraction.api.transformations.DataRange
Packages that use DataRange
Package
Description
This package contains the Data Transformations.
-
Uses of DataRange in org.hansken.plugin.extraction.api.transformations
Methods in org.hansken.plugin.extraction.api.transformations that return types with arguments of type DataRangeMethods in org.hansken.plugin.extraction.api.transformations with parameters of type DataRangeModifier and TypeMethodDescriptionMethod parameters in org.hansken.plugin.extraction.api.transformations with type arguments of type DataRangeModifier and TypeMethodDescriptionvoidConstructors in org.hansken.plugin.extraction.api.transformations with parameters of type DataRangeModifierConstructorDescriptionRangedDataTransformation(DataRange... ranges) Create a newRangedDataTransformationgiven one or moreDataRanges.Constructor parameters in org.hansken.plugin.extraction.api.transformations with type arguments of type DataRangeModifierConstructorDescriptionRangedDataTransformation(List<DataRange> ranges) Create a newRangedDataTransformationgiven a list ofDataRanges.