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 class
CallableActorSink
Forwards 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 class
CallableActorSink
Forwards 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 class
ClearCallableDisplay
Clears the referenced callable graphical actor whenever a token passes through.class
CloseCallableDisplay
Closes the referenced callable graphical actor whenever a token passes through.class
TimedSubProcess
Encapsulates a sequence of flow items.class
TimedTee
Allows 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.class
TimedTrigger
Executes 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 interface
TimedActor
Interface 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 class
AbstractCallableActor
Abstract 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 class
CallableSink
Lets 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 class
CallableSource
Broadcasts the generated output tokens from the source. -
Uses of CallableActorUser in adams.flow.standalone
Classes in adams.flow.standalone that implement CallableActorUser Modifier and Type Class Description class
AbstractCallableDatabaseConnection
Ancestor for callable database connection standalones.class
CallableDatabaseConnection
References a database connection provider of type adams.flow.standalone.DatabaseConnectionProvider.class
QueueInit
Creates an empty queue in internal storage under the specified name. -
Uses of CallableActorUser in adams.flow.transformer
Classes in adams.flow.transformer that implement CallableActorUser Modifier and Type Class Description class
CallableTransformer
Feeds tokens into a callable transformer and broadcasts the generated output tokens.class
SpreadSheetTransformCells
Finds 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.class
SpreadSheetTransformHeaderCells
Transforms 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.class
WekaGeneticAlgorithm
Applies 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 class
CallableActorsHandler
Forwards 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 class
CallableActorsHandler
Forwards the responses to the specified (optional) callable actor..
-