Uses of Interface
adams.flow.core.OptionalCallableActor
-
Packages that use OptionalCallableActor Package Description adams.flow.control adams.flow.core adams.flow.sink adams.flow.source adams.flow.standalone adams.flow.transformer -
-
Uses of OptionalCallableActor in adams.flow.control
Classes in adams.flow.control that implement OptionalCallableActor Modifier and Type Class Description 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 OptionalCallableActor in adams.flow.core
Subinterfaces of OptionalCallableActor 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 OptionalCallableActor Modifier and Type Class Description classAbstractCopyCallableActorAncestor for actors that use a copy of a callable actor. -
Uses of OptionalCallableActor in adams.flow.sink
Classes in adams.flow.sink that implement OptionalCallableActor Modifier and Type Class Description classCopyCallableSinkCopies a callable sink to consume the tokens. -
Uses of OptionalCallableActor in adams.flow.source
Classes in adams.flow.source that implement OptionalCallableActor Modifier and Type Class Description classCopyCallableSourceBroadcasts the generated output tokens from the copied callable 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 OptionalCallableActor in adams.flow.standalone
Classes in adams.flow.standalone that implement OptionalCallableActor Modifier and Type Class Description classCopyCallableStandaloneExecutes the copied callable standalone.classTimedStandaloneContainer for standalone actors.
Times how long the execution of the sub-standalones takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor. -
Uses of OptionalCallableActor in adams.flow.transformer
Classes in adams.flow.transformer that implement OptionalCallableActor Modifier and Type Class Description classCopyCallableTransformerFeeds tokens into the copy of a callable transformer and broadcasts the generated output tokens.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.
-