Uses of Class
step.plugins.compare.AbstractCompareFunctionType
-
Packages that use AbstractCompareFunctionType Package Description step.plugins.compare step.plugins.compare.image step.plugins.pdftest -
-
Uses of AbstractCompareFunctionType in step.plugins.compare
Methods in step.plugins.compare that return AbstractCompareFunctionType Modifier and Type Method Description protected abstract AbstractCompareFunctionType<?>AbstractComparePlugin. getCompareFunctionType(step.core.GlobalContext context) -
Uses of AbstractCompareFunctionType in step.plugins.compare.image
Subclasses of AbstractCompareFunctionType in step.plugins.compare.image Modifier and Type Class Description classImageCompareFunctionTypeMethods in step.plugins.compare.image that return AbstractCompareFunctionType Modifier and Type Method Description protected AbstractCompareFunctionTypeImageComparePlugin. getCompareFunctionType(step.core.GlobalContext context) -
Uses of AbstractCompareFunctionType in step.plugins.pdftest
Subclasses of AbstractCompareFunctionType in step.plugins.pdftest Modifier and Type Class Description classPdfTestFunctionTypeMethods in step.plugins.pdftest that return AbstractCompareFunctionType Modifier and Type Method Description protected AbstractCompareFunctionTypePdfTestPlugin. getCompareFunctionType(step.core.GlobalContext context)
-