Uses of Interface
adams.core.scripting.FileBasedScriptingWithOptions
-
-
Uses of FileBasedScriptingWithOptions in adams.data.boofcv.features
Classes in adams.data.boofcv.features that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedFeatureGeneratorAbstract ancestor for BoofCV feature generator that execute external scripts.classScriptedA feature generator that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.boofcv.transformer
Classes in adams.data.boofcv.transformer that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedTransformerAbstract ancestor for transformers that execute external scripts.classScriptedAn image transformer that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.conversion
Classes in adams.data.conversion that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedConversionAbstract ancestor for actors that execute external scripts.classGroovyA conversion that uses a Groovy script for processing the data.classScriptedA conversion that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.filter
Classes in adams.data.filter that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedFilterAbstract ancestor for filters that execute external scripts.classGroovyA filter that uses a Groovy script for processing the data.classScriptedA filter that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.image.features
Classes in adams.data.image.features that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedFeatureGeneratorAbstract ancestor for BufferedImage feature generator that execute external scripts.classScriptedA feature generator that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.image.transformer
Classes in adams.data.image.transformer that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedTransformerAbstract ancestor for transformers that execute external scripts.classScriptedAn image transformer that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.jai.transformer
Classes in adams.data.jai.transformer that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedTransformerAbstract ancestor for transformers that execute external scripts.classScriptedAn image transformer that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.opencv.features
Classes in adams.data.opencv.features that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedFeatureGeneratorAbstract ancestor for OpenCV feature generator that execute external scripts.classScriptedA feature generator that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.opencv.transformer
Classes in adams.data.opencv.transformer that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedTransformerAbstract ancestor for transformers that execute external scripts.classScriptedAn image transformer that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.outlier
Classes in adams.data.outlier that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedOutlierDetectorAbstract ancestor for outlier detectors that execute external scripts.classGroovyAn outlier detector that uses a Groovy script for processing the data.classScriptedAn outlier detector that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.data.report
Classes in adams.data.report that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedReportFilterAbstract ancestor for report filters that execute external scripts.classGroovyA report filter that uses a Groovy script for processing the data.classScriptedA report filter that uses any scripting handler for processing the data with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedConditionAbstract ancestor for actors that execute scripts.classGroovyA boolean condition that uses the condition defined in a Groovy script.classScriptedA boolean condition that uses the condition defined in an external script. -
Uses of FileBasedScriptingWithOptions in adams.flow.core
Classes in adams.flow.core that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractGroovyActorAbstract ancestor for actors that execute Groovy scripts.classAbstractScriptedActorAbstract ancestor for actors that execute external scripts.classAbstractScriptingHandlerActorAbstract ancestor for actors that execute external scripts using a scripting handler. -
Uses of FileBasedScriptingWithOptions in adams.flow.sink
Classes in adams.flow.sink that implement FileBasedScriptingWithOptions Modifier and Type Class Description classGroovyA sink that uses a Groovy script for processing the token(s).classScriptedA sink that uses an exterrnal script for processing the token(s). -
Uses of FileBasedScriptingWithOptions in adams.flow.source
Classes in adams.flow.source that implement FileBasedScriptingWithOptions Modifier and Type Class Description classGroovyA source that uses a Groovy script for generating the token(s).classScriptedA source that uses an external script for generating the token(s). -
Uses of FileBasedScriptingWithOptions in adams.flow.standalone
Classes in adams.flow.standalone that implement FileBasedScriptingWithOptions Modifier and Type Class Description classGroovyA standalone that executes a Groovy script.classScriptedA standalone that executes an external script. -
Uses of FileBasedScriptingWithOptions in adams.flow.template
Classes in adams.flow.template that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedTemplateAbstract ancestor for templates that execute external scripts.classGroovyUses a Groovy script to generate a sub-flow.classScriptedUses a Groovy script to generate a sub-flow. -
Uses of FileBasedScriptingWithOptions in adams.flow.transformer
Classes in adams.flow.transformer that implement FileBasedScriptingWithOptions Modifier and Type Class Description classGroovyA transformer that uses a Groovy script for processing the token(s).classScriptedA transformer that uses an external script for processing the token(s). -
Uses of FileBasedScriptingWithOptions in adams.flow.transformer.pdfgenerate
Classes in adams.flow.transformer.pdfgenerate that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedPDFGeneratorAbstract ancestor for PDF generators that execute external scripts.classScriptedA PDF generator that uses any scripting handler for processing the objects with a script located in the specified file. -
Uses of FileBasedScriptingWithOptions in adams.tools
Classes in adams.tools that implement FileBasedScriptingWithOptions Modifier and Type Class Description classAbstractScriptedToolAbstract ancestor for filters that execute external scripts.classGroovyA report filter that uses a Groovy script for processing the data.classScriptedA tool that uses any scripting handler for processing the data with a script located in the specified file.
-