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 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 FileBasedScriptingWithOptions in adams.data.boofcv.transformer
Classes in adams.data.boofcv.transformer that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.conversion
Classes in adams.data.conversion that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.filter
Classes in adams.data.filter that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.image.features
Classes in adams.data.image.features that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.image.transformer
Classes in adams.data.image.transformer that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.jai.transformer
Classes in adams.data.jai.transformer that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.opencv.features
Classes in adams.data.opencv.features that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.opencv.transformer
Classes in adams.data.opencv.transformer that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.outlier
Classes in adams.data.outlier that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.data.report
Classes in adams.data.report that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.core
Classes in adams.flow.core that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.sink
Classes in adams.flow.sink that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.source
Classes in adams.flow.source that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.standalone
Classes in adams.flow.standalone that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.template
Classes in adams.flow.template that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.transformer
Classes in adams.flow.transformer that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.flow.transformer.pdfgenerate
Classes in adams.flow.transformer.pdfgenerate that implement FileBasedScriptingWithOptions 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 FileBasedScriptingWithOptions in adams.tools
Classes in adams.tools that implement FileBasedScriptingWithOptions 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.
-