Uses of Package
adams.flow.core
-
Classes in adams.flow.core used by adams.console Class Description RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped. -
Classes in adams.flow.core used by adams.core Class Description ArrayProvider For actors that can output the items either as an array or one-by-one. -
Classes in adams.flow.core used by adams.core.command Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.core.command.stderr Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.core.command.stdout Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.core.logging Class Description RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped. -
Classes in adams.flow.core used by adams.core.option Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string). -
Classes in adams.flow.core used by adams.core.tags Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.data.boofcv.features Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.boofcv.transformer Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.data.conversion Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.filter Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.image Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.data.image.features Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.image.transformer Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.data.io.input Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.data.io.output Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.data.jai.transformer Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.data.objectfilter Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.data.opencv.features Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.opencv.transformer Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.data.outlier Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.report Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.data.spreadsheet Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.data.tesseract Class Description TesseractLanguage Enumeration of languages that tesseract supports.TesseractPageSegmentation The types of page segementation that Tesseract supports. -
Classes in adams.flow.core used by adams.event Class Description Actor Interface for actors.Token A wrapper object for passing data through the flow.TokenEventHandler Interface for actors that supportTokenEvent
s and handleTokenListener
s. -
Classes in adams.flow.core used by adams.flow Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.flow.condition.bool Class Description Actor Interface for actors.AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.AutomatableInteraction For classes that can be switched from interactive to automated.CallableActorReference Wrapper around the name of a callable classifier (= string).Capability Enumeration of all capabilities.InteractionDisplayLocation Enumeration of possible locations for interactions to be displayed.InteractionDisplayLocationSupporter Interface for classes that allow the user to choose where to display their interaction.Token A wrapper object for passing data through the flow. -
Classes in adams.flow.core used by adams.flow.container Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.flow.control Class Description AbstractActor Abstract base class for actors.AbstractCallableActor Abstract ancestor for all actors that access callable actors.AbstractDisplay Ancestor for actors that display stuff.Actor Interface for actors.ActorHandler For actors that handle "sub-actors".ActorHandlerInfo Container for information about an ActorHandler.ActorWithConditionalEquivalent Actors that have an conditional equivalent, i.e., one that implementsBooleanConditionSupporter
.ActorWithTimedEquivalent Actors that have a timed equivalent, i.e., one that implementsTimedActor
.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.CallableNamesRecorder Records callables to check for duplicates.Compatibility Class that determines compatibility between inputs and outputs.ControlActor Indicator interface for control actors.DisplayTypeSupporter Interface for actors that allow how their graphical output is being displayed.ErrorHandler Interface for classes that handle errors in the flow.ErrorScopeRestrictor Interface for actors that restrict the error scope.Event Indicator interface for actors that can be used with the Events standalone.EventHelper Helper class for events.FixedNameActorHandler Interface for actor handlers that use fixed names for their sub-actors, e.g., IfThenElse.FlowVariables Enhanced variable management, which allows referencing callable actors in variable names ("@{callable:actorname}") in order to obtain output value of actor.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.InputConsumer Interface for flow actors that can process input tokens.InteractiveActor Interface for actors that interact with the user.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well.OptionalCallableActor Interface for actors that have an optional callable actor.OptionalStopRestrictor Interface for stop restrictors that can turn on/off stop restrictions.OutputProducer Interface for flow actors that generate output.PauseStateHandler Interface for actors that manage the pause state in some sense.PauseStateManager Manages the pause state in the flow.PropertiesUpdater Interface for actors that update one or more properties of a Java object using variables.RemoteExecutionHandler Interface for actors that manage remote execution.StopMode How to perform the stop.StopModeSupporter Interface for actors that support a specific stop mode.StopRestrictor Interface for actors that can limit the scope of theStop
control actor or other actors that can stop the execution.SubFlowWrapUp Interface for actors that can wrap-up (i.e., save memory) their sub-actors and, if need be, re-initialize again.TimedActor Interface for actors that time their execution and send the timing data to a callable actor.Token A wrapper object for passing data through the flow.TriggerableEvent Indicator interface for events that can be triggered with the TriggerEvent actor.TriggerableEventReference Wrapper around the name of a triggerable event (= string).VariableMonitor Interface for classes that monitor a variable for changes. -
Classes in adams.flow.core used by adams.flow.control.errorpostprocessor Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).ErrorHandler Interface for classes that handle errors in the flow. -
Classes in adams.flow.core used by adams.flow.control.flowrestart.trigger Class Description RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped. -
Classes in adams.flow.core used by adams.flow.core Class Description AbstractActor Abstract base class for actors.AbstractActorReference Ancestor for actor references.AbstractBaseExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractCallableActor Abstract ancestor for all actors that access callable actors.AbstractDataPlotUpdater Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.AbstractModelLoader Ancestor for model loaders.AbstractModelLoader.ModelLoadingType The enumeration for the loading type.AbstractPropertyUpdater Abstract ancestor for actors that manipulate properties of objects.AbstractPropertyValueConverter Ancestor for custom helper classes for updating properties of objects.AbstractScriptedActor Abstract ancestor for actors that execute external scripts.Actor Interface for actors.ActorComparator Interface for comparators designed to compare actors.ActorExecution The execution of the sub-actors.ActorHandler For actors that handle "sub-actors".ActorHandlerInfo Container for information about an ActorHandler.ActorPath Breaks up a string denoting a full name of an actor into the individual path elements.ActorReferenceHandler Interface for actors that manage callable actors.AdditionalOptions An extended Hashtable class for easier retrieval of options.AutomatableInteraction For classes that can be switched from interactive to automated.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.Capability Enumeration of all capabilities.DataPlotUpdater Interface for classes that determine when to update the data container panel, i.e., repaint all of it.DataPlotUpdaterSupporter Interface for plots that support updating.DisplayTypeSupporter Interface for actors that allow how their graphical output is being displayed.DynamicInitializer Interface for actors that can be initialized at runtime and files may not be present at startup time.ErrorHandler Interface for classes that handle errors in the flow.EvaluationStatistic The enumeration for the comparison field.Event Indicator interface for actors that can be used with the Events standalone.EventReference Wrapper around the name of an event (= string).ExperimentStatistic The enumeration for the comparison field.ExternalActorFileHandler Interface for actors that manage an actor loaded from an external file.ExternalActorHandler Interface for actors that wrap an actor loaded from an external file.FlowContextHandler For classes that need a flow context.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.InputConsumer Interface for flow actors that can process input tokens.InteractionDisplayLocation Enumeration of possible locations for interactions to be displayed.InteractiveActor Interface for actors that interact with the user.InternalActorHandler Interface for actors that wrap an internal actor.KeyManagerFactoryProvider Interface for actors that provide an instance to aKeyManagerFactory
.MissingLookUpKey Describes the behaviors if a lookup key is not found.ModelLoaderSupporter Interface for classes that support model loading.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well.ObjectRetriever.RetrievalType The enumeration for the retrieval type.OptionalCallableActor Interface for actors that have an optional callable actor.OutputProducer Interface for flow actors that generate output.PauseStateManager Manages the pause state in the flow.PyroCall Interface for Pyro4 method calls.ReportUpdateType Enum that determines how the report is being updated.RestorableActor Interface for actors that can save their state to disk and restore it again next time they are run.RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped.SortableActorHandler Interface for actor handlers that can sort their child actors.SSLContextProvider Interface for actors that provide access to an instance ofSSLContext
.StopMode How to perform the stop.StopModeSupporter Interface for actors that support a specific stop mode.StopRestrictor Interface for actors that can limit the scope of theStop
control actor or other actors that can stop the execution.TesseractLanguage Enumeration of languages that tesseract supports.TesseractPageSegmentation The types of page segementation that Tesseract supports.Token A wrapper object for passing data through the flow.TrustManagerFactoryProvider Interface for actors that provide an instance to aTrustManagerFactory
.VariableValueType Determines howSetVariable
andSetVariable
interpret their "values". -
Classes in adams.flow.core used by adams.flow.core.actorfilter Class Description Actor Interface for actors.Compatibility Class that determines compatibility between inputs and outputs. -
Classes in adams.flow.core used by adams.flow.core.displaytype Class Description AbstractDisplay Ancestor for actors that display stuff. -
Classes in adams.flow.core used by adams.flow.execution Class Description Actor Interface for actors.RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped.Token A wrapper object for passing data through the flow. -
Classes in adams.flow.core used by adams.flow.execution.debug Class Description Actor Interface for actors.ActorPath Breaks up a string denoting a full name of an actor into the individual path elements.Token A wrapper object for passing data through the flow. -
Classes in adams.flow.core used by adams.flow.generator Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.flow.processor Class Description Actor Interface for actors.ActorHandler For actors that handle "sub-actors".ActorStatistic Generates some statistics for an actor.CallableActorReference Wrapper around the name of a callable classifier (= string).EventReference Wrapper around the name of an event (= string). -
Classes in adams.flow.core used by adams.flow.setup Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.flow.sink Class Description AbstractActor Abstract base class for actors.AbstractBaseExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractCallableActor Abstract ancestor for all actors that access callable actors.AbstractCopyCallableActor Ancestor for actors that use a copy of a callable actor.AbstractDisplay Ancestor for actors that display stuff.AbstractExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractGroovyActor Abstract ancestor for actors that execute Groovy scripts.AbstractIncludeExternalActor Ancestor for actors that get replaced with the externally stored actor.AbstractScriptedActor Abstract ancestor for actors that execute external scripts.AbstractScriptingHandlerActor Abstract ancestor for actors that execute external scripts using a scripting handler.AbstractTemplate Abstract ancestor for all actors that use a template to generate the actual actor/sub-flow to be executed.Actor Interface for actors.ActorHandler For actors that handle "sub-actors".AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.AutogeneratedActor Indicator interface for actors that have been automatically generated.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.ClearableDisplay Interface for displays that support clearing what is displayed.ControlActor Indicator interface for control actors.DataPlotUpdaterHandler Interface for plots that support updating.DataPlotUpdaterSupporter Interface for plots that support updating.DisplayTypeSupporter Interface for actors that allow how their graphical output is being displayed.ErrorHandler Interface for classes that handle errors in the flow.ExternalActorFileHandler Interface for actors that manage an actor loaded from an external file.ExternalActorHandler Interface for actors that wrap an actor loaded from an external file.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.FlushSupporter Interface for actors that can be flushed.InactiveActor Indicator interface for actors that have been "put to sleep".InputConsumer Interface for flow actors that can process input tokens.InternalActorHandler Interface for actors that wrap an internal actor.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well.OptionalCallableActor Interface for actors that have an optional callable actor.OptionalStopRestrictor Interface for stop restrictors that can turn on/off stop restrictions.StopRestrictor Interface for actors that can limit the scope of theStop
control actor or other actors that can stop the execution.SubFlowWrapUp Interface for actors that can wrap-up (i.e., save memory) their sub-actors and, if need be, re-initialize again.Token A wrapper object for passing data through the flow.TokenEventHandler Interface for actors that supportTokenEvent
s and handleTokenListener
s. -
Classes in adams.flow.core used by adams.flow.sink.pyrosink Class Description AbstractPyroCall Ancestor for Pyro4 method calls.FlowContextHandler For classes that need a flow context.PyroCall Interface for Pyro4 method calls.PyroInputConsumer Interface for Pyro calls that can process input. -
Classes in adams.flow.core used by adams.flow.sink.sendnotification Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.sink.sequenceplotter Class Description AbstractDataPlotUpdater Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.Actor Interface for actors.DataPlotUpdater Interface for classes that determine when to update the data container panel, i.e., repaint all of it. -
Classes in adams.flow.core used by adams.flow.sink.simplelogging.format Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.sink.simplelogging.output Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.sink.timeseriesdisplay Class Description AbstractDataPlotUpdater Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.DataPlotUpdater Interface for classes that determine when to update the data container panel, i.e., repaint all of it. -
Classes in adams.flow.core used by adams.flow.source Class Description AbstractActor Abstract base class for actors.AbstractBaseExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractCallableActor Abstract ancestor for all actors that access callable actors.AbstractCopyCallableActor Ancestor for actors that use a copy of a callable actor.AbstractExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractGroovyActor Abstract ancestor for actors that execute Groovy scripts.AbstractIncludeExternalActor Ancestor for actors that get replaced with the externally stored actor.AbstractScriptedActor Abstract ancestor for actors that execute external scripts.AbstractScriptingHandlerActor Abstract ancestor for actors that execute external scripts using a scripting handler.AbstractTemplate Abstract ancestor for all actors that use a template to generate the actual actor/sub-flow to be executed.Actor Interface for actors.ActorHandler For actors that handle "sub-actors".ActorHandlerInfo Container for information about an ActorHandler.ActorPath Breaks up a string denoting a full name of an actor into the individual path elements.AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.ArrayProvider For actors that can output the items either as an array or one-by-one.AutogeneratedActor Indicator interface for actors that have been automatically generated.AutomatableInteraction For classes that can be switched from interactive to automated.AutomatableInteractiveActor Interface for actors that interact with the user, but can also be automated, e.g., for testing purposes.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.ControlActor Indicator interface for control actors.DynamicInitializer Interface for actors that can be initialized at runtime and files may not be present at startup time.ErrorHandler Interface for classes that handle errors in the flow.ExternalActorFileHandler Interface for actors that manage an actor loaded from an external file.ExternalActorHandler Interface for actors that wrap an actor loaded from an external file.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.InactiveActor Indicator interface for actors that have been "put to sleep".InteractionDisplayLocation Enumeration of possible locations for interactions to be displayed.InteractionDisplayLocationSupporter Interface for classes that allow the user to choose where to display their interaction.InteractiveActor Interface for actors that interact with the user.InteractiveActorWithCustomParentComponent Interface for interactive actors that allow the selection of a custom parent component using a callable actor; instead of just using the outer dialog/frame.InternalActorHandler Interface for actors that wrap an internal actor.MissingLookUpKey Describes the behaviors if a lookup key is not found.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well.OptionalCallableActor Interface for actors that have an optional callable actor.OutputProducer Interface for flow actors that generate output.PropertiesUpdater Interface for actors that update one or more properties of a Java object using variables.RestorableActor Interface for actors that can save their state to disk and restore it again next time they are run.RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped.StopMode How to perform the stop.StopModeSupporter Interface for actors that support a specific stop mode.SubFlowWrapUp Interface for actors that can wrap-up (i.e., save memory) their sub-actors and, if need be, re-initialize again.Token A wrapper object for passing data through the flow. -
Classes in adams.flow.core used by adams.flow.source.filesystemsearch Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.source.pyrosource Class Description AbstractPyroCall Ancestor for Pyro4 method calls.FlowContextHandler For classes that need a flow context.PyroCall Interface for Pyro4 method calls.PyroOutputProducer Interface for Pyro calls that generate output. -
Classes in adams.flow.core used by adams.flow.source.valuedefinition Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.source.wekaforecastersetup Class Description LagMakerOptions Option group forTSLagMaker
objects. -
Classes in adams.flow.core used by adams.flow.source.wekapackagemanageraction Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.standalone Class Description AbstractActor Abstract base class for actors.AbstractBaseExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractCallableActor Abstract ancestor for all actors that access callable actors.AbstractCallableActorPropertyUpdater Abstract ancestor for actors that manipulate properties of callable actors, e.g., WEKA classes.AbstractCopyCallableActor Ancestor for actors that use a copy of a callable actor.AbstractDisplay Ancestor for actors that display stuff.AbstractExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractGroovyActor Abstract ancestor for actors that execute Groovy scripts.AbstractIncludeExternalActor Ancestor for actors that get replaced with the externally stored actor.AbstractPropertyUpdater Abstract ancestor for actors that manipulate properties of objects.AbstractScriptedActor Abstract ancestor for actors that execute external scripts.AbstractScriptingHandlerActor Abstract ancestor for actors that execute external scripts using a scripting handler.AbstractTemplate Abstract ancestor for all actors that use a template to generate the actual actor/sub-flow to be executed.Actor Interface for actors.ActorHandler For actors that handle "sub-actors".ActorHandlerInfo Container for information about an ActorHandler.ActorReferenceHandler Interface for actors that manage callable actors.AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.AutogeneratedActor Indicator interface for actors that have been automatically generated.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.ControlActor Indicator interface for control actors.DaemonEvent Indicator interface for events that run in the background and will get executed when the Events actor gets executed.DataPlotUpdaterSupporter Interface for plots that support updating.DisplayTypeSupporter Interface for actors that allow how their graphical output is being displayed.DryRunSupporter Interface for actors that support dry runs.ErrorHandler Interface for classes that handle errors in the flow.Event Indicator interface for actors that can be used with the Events standalone.EventRunnable SpecializedRunnable
class for events.ExternalActorFileHandler Interface for actors that manage an actor loaded from an external file.ExternalActorHandler Interface for actors that wrap an actor loaded from an external file.FixedNameActorHandler Interface for actor handlers that use fixed names for their sub-actors, e.g., IfThenElse.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.InactiveActor Indicator interface for actors that have been "put to sleep".InputConsumer Interface for flow actors that can process input tokens.InteractiveActor Interface for actors that interact with the user.InternalActorHandler Interface for actors that wrap an internal actor.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well.OptionalCallableActor Interface for actors that have an optional callable actor.OptionalPasswordPrompt Interface for actors that prompt the user to enter a password in case no password currently provided.RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped.StopMode How to perform the stop.StopModeSupporter Interface for actors that support a specific stop mode.SubFlowWrapUp Interface for actors that can wrap-up (i.e., save memory) their sub-actors and, if need be, re-initialize again.TesseractLanguage Enumeration of languages that tesseract supports.TesseractPageSegmentation The types of page segementation that Tesseract supports.TriggerableEvent Indicator interface for events that can be triggered with the TriggerEvent actor.VariableValueType Determines howSetVariable
andSetVariable
interpret their "values".WeakExternalActor Indicator interface for weak external actor handlers, which are only used at design time and deactivated at runtime. -
Classes in adams.flow.core used by adams.flow.standalone.pyrostandalone Class Description AbstractPyroCall Ancestor for Pyro4 method calls.FlowContextHandler For classes that need a flow context.PyroCall Interface for Pyro4 method calls. -
Classes in adams.flow.core used by adams.flow.standalone.wekapackagemanageraction Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.template Class Description Actor Interface for actors.AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.ErrorHandler Interface for classes that handle errors in the flow.InternalActorHandler Interface for actors that wrap an internal actor.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well. -
Classes in adams.flow.core used by adams.flow.transformer Class Description AbstractActor Abstract base class for actors.AbstractBaseExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractCallableActor Abstract ancestor for all actors that access callable actors.AbstractCallableActorPropertyUpdater Abstract ancestor for actors that manipulate properties of callable actors, e.g., WEKA classes.AbstractCopyCallableActor Ancestor for actors that use a copy of a callable actor.AbstractExternalActor Ancestor of actors that load another actor from disk and execute it.AbstractGroovyActor Abstract ancestor for actors that execute Groovy scripts.AbstractIncludeExternalActor Ancestor for actors that get replaced with the externally stored actor.AbstractModelLoader Ancestor for model loaders.AbstractModelLoader.ModelLoadingType The enumeration for the loading type.AbstractPropertyUpdater Abstract ancestor for actors that manipulate properties of objects.AbstractScriptedActor Abstract ancestor for actors that execute external scripts.AbstractScriptingHandlerActor Abstract ancestor for actors that execute external scripts using a scripting handler.AbstractTemplate Abstract ancestor for all actors that use a template to generate the actual actor/sub-flow to be executed.Actor Interface for actors.ActorHandler For actors that handle "sub-actors".ActorWithConditionalEquivalent Actors that have an conditional equivalent, i.e., one that implementsBooleanConditionSupporter
.ActorWithTimedEquivalent Actors that have a timed equivalent, i.e., one that implementsTimedActor
.AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.ArrayProvider For actors that can output the items either as an array or one-by-one.AutogeneratedActor Indicator interface for actors that have been automatically generated.AutomatableInteraction For classes that can be switched from interactive to automated.AutomatableInteractiveActor Interface for actors that interact with the user, but can also be automated, e.g., for testing purposes.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor.Compatibility Class that determines compatibility between inputs and outputs.ControlActor Indicator interface for control actors.DataInfoActor Indicator interface for actors that produce information on data structures.DynamicInitializer Interface for actors that can be initialized at runtime and files may not be present at startup time.DynamicModelLoaderSupporter Interface for classes that support model loading.ErrorHandler Interface for classes that handle errors in the flow.EvaluationStatistic The enumeration for the comparison field.ExperimentStatistic The enumeration for the comparison field.ExternalActorFileHandler Interface for actors that manage an actor loaded from an external file.ExternalActorHandler Interface for actors that wrap an actor loaded from an external file.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.FlushSupporter Interface for actors that can be flushed.InactiveActor Indicator interface for actors that have been "put to sleep".InputConsumer Interface for flow actors that can process input tokens.InteractiveActor Interface for actors that interact with the user.InteractiveActorWithCustomParentComponent Interface for interactive actors that allow the selection of a custom parent component using a callable actor; instead of just using the outer dialog/frame.InternalActorHandler Interface for actors that wrap an internal actor.MissingLookUpKey Describes the behaviors if a lookup key is not found.ModelLoaderSupporter Interface for classes that support model loading.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well.ObjectRetriever For retrieving objects from storage or source actors.ObjectRetriever.RetrievalType The enumeration for the retrieval type.OptionalCallableActor Interface for actors that have an optional callable actor.OptionalOneTimeInitializer Interface for actors that can be fixed to be only initialized once.OptionalStopRestrictor Interface for stop restrictors that can turn on/off stop restrictions.OutputProducer Interface for flow actors that generate output.PauseStateHandler Interface for actors that manage the pause state in some sense.PauseStateManager Manages the pause state in the flow.PropertiesUpdater Interface for actors that update one or more properties of a Java object using variables.ReportUpdateType Enum that determines how the report is being updated.StopMode How to perform the stop.StopModeSupporter Interface for actors that support a specific stop mode.StopRestrictor Interface for actors that can limit the scope of theStop
control actor or other actors that can stop the execution.SubFlowWrapUp Interface for actors that can wrap-up (i.e., save memory) their sub-actors and, if need be, re-initialize again.TesseractLanguage Enumeration of languages that tesseract supports.TesseractPageSegmentation The types of page segementation that Tesseract supports.Token A wrapper object for passing data through the flow.VariableMonitor Interface for classes that monitor a variable for changes.VariableValueType Determines howSetVariable
andSetVariable
interpret their "values".WekaFilterModelLoader Model loader for Weka filters. -
Classes in adams.flow.core used by adams.flow.transformer.draw Class Description Actor Interface for actors.CallableActorReference Wrapper around the name of a callable classifier (= string). -
Classes in adams.flow.core used by adams.flow.transformer.indexedsplitsrunsevaluation Class Description Actor Interface for actors.CallableActorReference Wrapper around the name of a callable classifier (= string).FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.transformer.indexedsplitsrunsgenerator Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.transformer.indexedsplitsrunspredictions Class Description Actor Interface for actors.CallableActorReference Wrapper around the name of a callable classifier (= string).FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.transformer.pdfgenerate Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options. -
Classes in adams.flow.core used by adams.flow.transformer.pyrotransformer Class Description AbstractPyroCall Ancestor for Pyro4 method calls.FlowContextHandler For classes that need a flow context.PyroCall Interface for Pyro4 method calls.PyroInputConsumer Interface for Pyro calls that can process input.PyroOutputProducer Interface for Pyro calls that generate output. -
Classes in adams.flow.core used by adams.flow.transformer.report Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.flow.transformer.wekapackagemanageraction Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.transformer.wekarepeatedcrossvalidationoutput Class Description EvaluationStatistic The enumeration for the comparison field. -
Classes in adams.flow.core used by adams.flow.websocket.client Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.flow.websocket.server Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.gui.clipboard Class Description Token A wrapper object for passing data through the flow. -
Classes in adams.flow.core used by adams.gui.core Class Description RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped. -
Classes in adams.flow.core used by adams.gui.flow Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tab Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tabhandler Class Description AbstractDisplay Ancestor for actors that display stuff. -
Classes in adams.flow.core used by adams.gui.flow.tree Class Description AbstractActor Abstract base class for actors.Actor Interface for actors.ActorExecution The execution of the sub-actors.ActorHandler For actors that handle "sub-actors".ActorHandlerInfo Container for information about an ActorHandler.ActorPath Breaks up a string denoting a full name of an actor into the individual path elements.ErrorHandler Interface for classes that handle errors in the flow.Flushable Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.MutableActorHandler Interface for actors that allow to add/remove sub-actors as well. -
Classes in adams.flow.core used by adams.gui.flow.tree.actorswap Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tree.keyboardaction Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tree.menu Class Description AbstractActorReference Ancestor for actor references.Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tree.postprocessor Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tree.quickaction Class Description Actor Interface for actors.CallableActorReference Wrapper around the name of a callable classifier (= string). -
Classes in adams.flow.core used by adams.gui.flow.tree.record.add Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.flow.tree.record.enclose Class Description ActorHandler For actors that handle "sub-actors". -
Classes in adams.flow.core used by adams.gui.goe Class Description Actor Interface for actors.ActorPath Breaks up a string denoting a full name of an actor into the individual path elements.CallableActorReference Wrapper around the name of a callable classifier (= string).EventReference Wrapper around the name of an event (= string).TriggerableEventReference Wrapper around the name of a triggerable event (= string). -
Classes in adams.flow.core used by adams.gui.goe.classtree Class Description Actor Interface for actors.Compatibility Class that determines compatibility between inputs and outputs. -
Classes in adams.flow.core used by adams.gui.goe.popupmenu Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.menu Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.tools Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.tools.remotecontrolcenter.panels Class Description RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped. -
Classes in adams.flow.core used by adams.gui.tools.spreadsheetprocessor.processors Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated Class Description EvaluationStatistic The enumeration for the comparison field. -
Classes in adams.flow.core used by adams.gui.tools.wekainvestigator.tab.experimenttab.output Class Description ExperimentStatistic The enumeration for the comparison field. -
Classes in adams.flow.core used by adams.gui.visualization.core Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.visualization.instance Class Description AbstractDataPlotUpdater Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.DataPlotUpdater Interface for classes that determine when to update the data container panel, i.e., repaint all of it. -
Classes in adams.flow.core used by adams.gui.visualization.sequence Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.gui.visualization.spreadsheet Class Description AbstractDataPlotUpdater Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.DataPlotUpdater Interface for classes that determine when to update the data container panel, i.e., repaint all of it. -
Classes in adams.flow.core used by adams.gui.visualization.timeseries Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.multiprocess Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.opt.genetic Class Description Actor Interface for actors.EvaluationStatistic The enumeration for the comparison field. -
Classes in adams.flow.core used by adams.opt.genetic.setupupload Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.parser Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.parser.actorsuggestion Class Description Actor Interface for actors.Compatibility Class that determines compatibility between inputs and outputs. -
Classes in adams.flow.core used by adams.parser.externalactorsuggestion Class Description Actor Interface for actors.Compatibility Class that determines compatibility between inputs and outputs. -
Classes in adams.flow.core used by adams.parser.templatesuggestion Class Description Actor Interface for actors. -
Classes in adams.flow.core used by adams.scripting.command Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.scripting.command.basic Class Description FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.scripting.command.flow Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.scripting.command.gui Class Description FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.scripting.engine Class Description Actor Interface for actors.FlowContextHandler For classes that need a flow context. -
Classes in adams.flow.core used by adams.scripting.requesthandler Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor. -
Classes in adams.flow.core used by adams.scripting.responsehandler Class Description Actor Interface for actors.CallableActorHelper Helper class for callable actors.CallableActorReference Wrapper around the name of a callable classifier (= string).CallableActorUser Interface for actors that use/handle a callable actor. -
Classes in adams.flow.core used by adams.tools Class Description AdditionalOptions An extended Hashtable class for easier retrieval of options.AdditionalOptionsHandler Interface for scripting actors that need to set additional options.RunnableWithLogging ExtendedRunnable
class that offers logging and can be stopped. -
Classes in adams.flow.core used by weka.classifiers.meta Class Description EvaluationStatistic The enumeration for the comparison field.