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 interface
FileBasedScriptingWithOptions
Interface 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 class
AbstractScriptedFeatureGenerator
Abstract ancestor for BoofCV feature generator that execute external scripts.class
Scripted
A 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 class
AbstractScriptedTransformer
Abstract ancestor for transformers that execute external scripts.class
Scripted
An 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 class
AbstractScriptedConversion
Abstract ancestor for actors that execute external scripts.class
Groovy
A conversion that uses a Groovy script for processing the data.class
Scripted
A 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 class
AbstractScriptedFilter
Abstract ancestor for filters that execute external scripts.class
Groovy
A filter that uses a Groovy script for processing the data.class
Scripted
A 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 class
AbstractScriptedFeatureGenerator
Abstract ancestor for BufferedImage feature generator that execute external scripts.class
Scripted
A 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 class
AbstractScriptedTransformer
Abstract ancestor for transformers that execute external scripts.class
Scripted
An 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 class
AbstractScriptedTransformer
Abstract ancestor for transformers that execute external scripts.class
Scripted
An 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 class
AbstractScriptedFeatureGenerator
Abstract ancestor for OpenCV feature generator that execute external scripts.class
Scripted
A 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 class
AbstractScriptedTransformer
Abstract ancestor for transformers that execute external scripts.class
Scripted
An 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 class
AbstractScriptedOutlierDetector
Abstract ancestor for outlier detectors that execute external scripts.class
Groovy
An outlier detector that uses a Groovy script for processing the data.class
Scripted
An 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 class
AbstractScriptedReportFilter
Abstract ancestor for report filters that execute external scripts.class
Groovy
A report filter that uses a Groovy script for processing the data.class
Scripted
A 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 class
AbstractScriptedCondition
Abstract ancestor for actors that execute scripts.class
Groovy
A boolean condition that uses the condition defined in a Groovy script.class
Scripted
A 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 class
AbstractGroovyActor
Abstract ancestor for actors that execute Groovy scripts.class
AbstractScriptedActor
Abstract ancestor for actors that execute external scripts.class
AbstractScriptingHandlerActor
Abstract 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 class
Groovy
A sink that uses a Groovy script for processing the token(s).class
Scripted
A 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 class
Groovy
A source that uses a Groovy script for generating the token(s).class
Scripted
A 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 class
Groovy
A standalone that executes a Groovy script.class
Scripted
A 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 class
AbstractScriptedTemplate
Abstract ancestor for templates that execute external scripts.class
Groovy
Uses a Groovy script to generate a sub-flow.class
Scripted
Uses 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 class
Groovy
A transformer that uses a Groovy script for processing the token(s).class
Scripted
A 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 class
AbstractScriptedPDFGenerator
Abstract ancestor for PDF generators that execute external scripts.class
Scripted
A 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 class
AbstractScriptedTool
Abstract ancestor for filters that execute external scripts.class
Groovy
A report filter that uses a Groovy script for processing the data.class
Scripted
A tool that uses any scripting handler for processing the data with a script located in the specified file.
-