Uses of Interface
adams.core.scripting.FileBasedScripting
-
-
Uses of FileBasedScripting in adams.core.scripting
Subinterfaces of FileBasedScripting in adams.core.scripting Modifier and Type Interface Description interfaceFileBasedScriptingWithOptionsInterface for scripted classes that use a file-based approach. -
Uses of FileBasedScripting in adams.data.boofcv.features
Classes in adams.data.boofcv.features that implement FileBasedScripting 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 FileBasedScripting in adams.data.boofcv.transformer
Classes in adams.data.boofcv.transformer that implement FileBasedScripting 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 FileBasedScripting in adams.data.conversion
Classes in adams.data.conversion that implement FileBasedScripting 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 FileBasedScripting in adams.data.filter
Classes in adams.data.filter that implement FileBasedScripting 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 FileBasedScripting in adams.data.image.features
Classes in adams.data.image.features that implement FileBasedScripting 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 FileBasedScripting in adams.data.image.transformer
Classes in adams.data.image.transformer that implement FileBasedScripting 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 FileBasedScripting in adams.data.jai.transformer
Classes in adams.data.jai.transformer that implement FileBasedScripting 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 FileBasedScripting in adams.data.opencv.features
Classes in adams.data.opencv.features that implement FileBasedScripting 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 FileBasedScripting in adams.data.opencv.transformer
Classes in adams.data.opencv.transformer that implement FileBasedScripting 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 FileBasedScripting in adams.data.outlier
Classes in adams.data.outlier that implement FileBasedScripting 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 FileBasedScripting in adams.data.report
Classes in adams.data.report that implement FileBasedScripting 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 FileBasedScripting in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement FileBasedScripting 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 FileBasedScripting in adams.flow.core
Classes in adams.flow.core that implement FileBasedScripting 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 FileBasedScripting in adams.flow.sink
Classes in adams.flow.sink that implement FileBasedScripting 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 FileBasedScripting in adams.flow.source
Classes in adams.flow.source that implement FileBasedScripting 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 FileBasedScripting in adams.flow.standalone
Classes in adams.flow.standalone that implement FileBasedScripting Modifier and Type Class Description classGroovyA standalone that executes a Groovy script.classScriptedA standalone that executes an external script. -
Uses of FileBasedScripting in adams.flow.template
Classes in adams.flow.template that implement FileBasedScripting 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 FileBasedScripting in adams.flow.transformer
Classes in adams.flow.transformer that implement FileBasedScripting 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 FileBasedScripting in adams.flow.transformer.pdfgenerate
Classes in adams.flow.transformer.pdfgenerate that implement FileBasedScripting 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 FileBasedScripting in adams.tools
Classes in adams.tools that implement FileBasedScripting 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.
-