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 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 OptionalCallableActor in adams.flow.core
Subinterfaces of OptionalCallableActor 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 OptionalCallableActor Modifier and Type Class Description class
AbstractCopyCallableActor
Ancestor 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 class
CopyCallableSink
Copies 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 class
CopyCallableSource
Broadcasts the generated output tokens from the copied callable source. -
Uses of OptionalCallableActor in adams.flow.standalone
Classes in adams.flow.standalone that implement OptionalCallableActor Modifier and Type Class Description class
CopyCallableStandalone
Executes the copied callable standalone. -
Uses of OptionalCallableActor in adams.flow.transformer
Classes in adams.flow.transformer that implement OptionalCallableActor Modifier and Type Class Description class
CopyCallableTransformer
Feeds tokens into the copy of a callable transformer and broadcasts the generated output tokens.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.
-