Uses of Interface
adams.flow.core.CallableActorUser
-
-
Uses of CallableActorUser in adams.core.command.stderr
Classes in adams.core.command.stderr that implement CallableActorUser Modifier and Type Class Description classCallableActorSinkForwards the data to the callable actor sink. -
Uses of CallableActorUser in adams.core.command.stdout
Classes in adams.core.command.stdout that implement CallableActorUser Modifier and Type Class Description classCallableActorSinkForwards the data to the callable actor sink. -
Uses of CallableActorUser in adams.flow.control
Classes in adams.flow.control that implement CallableActorUser Modifier and Type Class Description classClearCallableDisplayClears the referenced callable graphical actor whenever a token passes through.classCloseCallableDisplayCloses the referenced callable graphical actor whenever a token passes through.classTimedSubProcessEncapsulates a sequence of flow items.classTimedTeeAllows to tap into the flow and tee-off tokens.
Times how long the sub-flow execution takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor.classTimedTriggerExecutes the subs-actors whenever a token gets passed through. -
Uses of CallableActorUser in adams.flow.core
Subinterfaces of CallableActorUser in adams.flow.core Modifier and Type Interface Description interfaceTimedActorInterface for actors that time their execution and send the timing data to a callable actor.Classes in adams.flow.core that implement CallableActorUser Modifier and Type Class Description classAbstractCallableActorAbstract ancestor for all actors that access callable actors. -
Uses of CallableActorUser in adams.flow.sink
Classes in adams.flow.sink that implement CallableActorUser Modifier and Type Class Description classCallableSinkLets a callable sink consume the input tokens. -
Uses of CallableActorUser in adams.flow.source
Classes in adams.flow.source that implement CallableActorUser Modifier and Type Class Description classCallableSourceBroadcasts the generated output tokens from the source.classTimedSourceEncapsulates a sequence of flow items, with the last one generating the output for this meta-source.
Times how long the sub-source execution takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor. -
Uses of CallableActorUser in adams.flow.standalone
Classes in adams.flow.standalone that implement CallableActorUser Modifier and Type Class Description classAbstractCallableDatabaseConnectionAncestor for callable database connection standalones.classCallableDatabaseConnectionReferences a database connection provider of type adams.flow.standalone.DatabaseConnectionProvider.classQueueInitCreates an empty queue in internal storage under the specified name.classTriggerCallableStandaloneTriggers the specified callable actor. -
Uses of CallableActorUser in adams.flow.transformer
Classes in adams.flow.transformer that implement CallableActorUser Modifier and Type Class Description classCallableTransformerFeeds tokens into a callable transformer and broadcasts the generated output tokens.classSpreadSheetTransformCellsFinds cells in a spreadsheet and transforms them with a callable transformer.
In case of transformers having Object or Unknown in their types of classes that they accept, no proper type can be inferred automatically.classSpreadSheetTransformHeaderCellsTransforms header cells with a callable transformer.
In case of transformers having Object or Unknown in their types of classes that they accept, no proper type can be inferred automatically.classWekaGeneticAlgorithmApplies the genetic algorithm to the incoming dataset.
Forwards the best setup(s) after the algorithm finishes.
A callable sink can be specified for receiving intermediate performance results. -
Uses of CallableActorUser in adams.scripting.requesthandler
Classes in adams.scripting.requesthandler that implement CallableActorUser Modifier and Type Class Description classCallableActorsHandlerForwards the requests to the specified (optional) callable actor.. -
Uses of CallableActorUser in adams.scripting.responsehandler
Classes in adams.scripting.responsehandler that implement CallableActorUser Modifier and Type Class Description classCallableActorsHandlerForwards the responses to the specified (optional) callable actor..
-