Uses of Package
adams.flow.standalone
-
Classes in adams.flow.standalone used by adams.flow.core Class Description CallableActors Container for actors that need to be accessed via their name. -
Classes in adams.flow.standalone used by adams.flow.source Class Description IMAPConnection IMAP server setup.PythonEnvironment Defines what Python executables to use within this context.
On Linux, you can enforce using the system-wide Python 3 executables by supplying '3' as suffix, which gets appended to the executables.SSHConnection Provides access to a remote host via SSH.
For more information see:
(2011). -
Classes in adams.flow.standalone used by adams.flow.source.imapsource Class Description IMAPConnection IMAP server setup. -
Classes in adams.flow.standalone used by adams.flow.standalone Class Description AbstractCallableDatabaseConnection Ancestor for callable database connection standalones.AbstractDatabaseCheck Ancestor for standalone actors that check project-specific database connections.AbstractDatabaseConnection Ancestor for standalone actors providing a database connection different from the system-wide one.AbstractDatabaseConnectionProvider Interface for database connection providers.AbstractDbStandalone Ancestor for standalones that use the database.AbstractMultiView Ancestor for graphical actors that display multiple views.AbstractMultiView.ViewWrapper A wrapper for the actual actors.AbstractMutableActorDaemonEvent Ancestor for daemon events that handle sub-actors.AbstractStandalone Ancestor for all flow items that neither generate nor process tokens.AbstractStandaloneGroup Ancestor for fixed-sized groups.AbstractStandaloneMutableGroup Ancestor for mutable groups of standalones.DatabaseConnectionProvider Interface for database connection providers.DeleteStorageValue.MatchingType Determines how to locate the variable.DeleteVariable.MatchingType Determines how to locate the variable.ExternalFlow.ExecutionType Determines how the flow is executed.ExternalStandalone Standalone that executes an external standalone actor stored on disk.
For executing whole flows, use the adams.flow.standalone.ExternalFlow standalone actor instead.
See also:
adams.flow.standalone.ExternalFlow
IMAPConnection.IMAPScheme The IMAP schemes.JobRunnerInstance Acts as job execution pool for classes implementing adams.multiprocess.JobRunnerSupporter.
See also:
adams.multiprocess.JobRunnerSupporter
JobRunnerSetup Defines the job runner setup to use for parallel/distributed computation.MemoryMonitor.MemoryType What type of memory to monitor.PythonEnvironment.PythonPathUpdateType How to update the environment varibale.QueueEvent Executes its sub-flow after a predefined number of milli-seconds.QueueEvent.QueueEventRunnable Specialized runnable for theQueueEvent
actor.StandaloneGroup Interface for a group of standalones.StandaloneGroupItem The element of a standalone group.StandaloneMutableGroup Interface for a mutable group of standalones.Standalones Container for standalone actors.Stopwatch Stops the execution time of the flow, till either the user stops the flow or the flow finishes by itself
Valid options are:Stopwatch.StopwatchPanel Panel for displaying a stopwatch.Stopwatch.Timer Timer thread class. -
Classes in adams.flow.standalone used by adams.flow.standalone.subprocessevent Class Description SubProcessEvent Executes its sub-flow after a predefined number of milli-seconds. -
Classes in adams.flow.standalone used by adams.flow.transformer Class Description IMAPConnection IMAP server setup.JobRunnerInstance Acts as job execution pool for classes implementing adams.multiprocess.JobRunnerSupporter.
See also:
adams.multiprocess.JobRunnerSupporter
JobRunnerSetup Defines the job runner setup to use for parallel/distributed computation.SMBConnection Provides access to a remote host via SMB.SSHConnection Provides access to a remote host via SSH.
For more information see:
(2011).TesseractConfiguration Setup parameters for tesseract.
For more information see:
https://github.com/tesseract-ocr/tesseract
Valid options are: -
Classes in adams.flow.standalone used by adams.flow.transformer.imaptransformer Class Description IMAPConnection IMAP server setup. -
Classes in adams.flow.standalone used by adams.gui.flow Class Description SetVariable Sets the value of a variable.
Optionally, the specified value can be expanded, in case it is made up of variables itself.
It is also possible to override the variable value with the value obtained from an environment variable.
Grammar for mathematical expressions (value type 'MATH_EXPRESSION, MATH_EXPRESSION_ROUND'):
expr_list ::= '=' expr_list expr_part | expr_part ;
expr_part ::= expr ;
expr ::= ( expr )
# data types
| number
| string
| boolean
| date
# constants
| true
| false
| pi
| e
| now()
| today()
# negating numeric value
| -expr
# comparisons
| expr < expr
| expr <= expr
| expr > expr
| expr >= expr
| expr = expr
| expr ! -
Classes in adams.flow.standalone used by adams.multiprocess Class Description JobRunnerSetup Defines the job runner setup to use for parallel/distributed computation.SSHConnection Provides access to a remote host via SSH.
For more information see:
(2011). -
Classes in adams.flow.standalone used by adams.opt.genetic Class Description JobRunnerSetup Defines the job runner setup to use for parallel/distributed computation.