Uses of Interface
adams.flow.control.FlowStructureModifier
-
Packages that use FlowStructureModifier Package Description adams.flow.core adams.flow.sink adams.flow.source adams.flow.standalone adams.flow.transformer -
-
Uses of FlowStructureModifier in adams.flow.core
Classes in adams.flow.core that implement FlowStructureModifier Modifier and Type Class Description class
AbstractBaseExternalActor
Ancestor of actors that load another actor from disk and execute it.class
AbstractCopyCallableActor
Ancestor for actors that use a copy of a callable actor.class
AbstractExternalActor
Ancestor of actors that load another actor from disk and execute it.class
AbstractIncludeExternalActor
Ancestor for actors that get replaced with the externally stored actor. -
Uses of FlowStructureModifier in adams.flow.sink
Classes in adams.flow.sink that implement FlowStructureModifier Modifier and Type Class Description class
CopyCallableSink
Copies a callable sink to consume the tokens.class
ExternalSink
Sink that executes an external sink actor stored on disk.class
IncludeExternalSink
Includes an external sink. -
Uses of FlowStructureModifier in adams.flow.source
Classes in adams.flow.source that implement FlowStructureModifier Modifier and Type Class Description class
CopyCallableSource
Broadcasts the generated output tokens from the copied callable source.class
ExternalSource
Source that executes an external source actor stored on disk.class
IncludeExternalSource
Includes an external source. -
Uses of FlowStructureModifier in adams.flow.standalone
Classes in adams.flow.standalone that implement FlowStructureModifier Modifier and Type Class Description class
CopyCallableStandalone
Executes the copied callable standalone.class
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
class
IncludeExternalStandalone
Includes an external standalone.class
WeakExternalStandalone
-
Uses of FlowStructureModifier in adams.flow.transformer
Classes in adams.flow.transformer that implement FlowStructureModifier Modifier and Type Class Description class
CopyCallableTransformer
Feeds tokens into the copy of a callable transformer and broadcasts the generated output tokens.class
ExternalTransformer
Transformer that executes an external transformer actor stored on disk.class
IncludeExternalTransformer
Includes an external transformer.
-