Uses of Interface
adams.flow.processor.ActorProcessor
-
Packages that use ActorProcessor Package Description adams.flow.processor adams.flow.transformer adams.gui.flow adams.gui.flow.tree -
-
Uses of ActorProcessor in adams.flow.processor
Subinterfaces of ActorProcessor in adams.flow.processor Modifier and Type Interface Description interfaceActorProcessorWithFlowPanelContextInterface for actor processors that can have the FlowPanel context set.interfaceCleanUpProcessorIndicator interface for processors that clean up flows in some fashion.interfaceGraphicalOutputProducingProcessorInterface for processors that can generate graphical output.interfaceInteractiveProcessorInterface for processors that interact with the user.interfaceListingProcessorProcessors that generate a list.interfaceModifyingProcessorInterface for processors that potentially modify the actor.Classes in adams.flow.processor that implement ActorProcessor Modifier and Type Class Description classAbstractActorListingProcessorAncestor for processors that list full actor names and allow jumping to them.classAbstractActorProcessorAbstract base class for schemes that process a flow/actor in some fashion.classAbstractListingProcessorAncestor for processors that list stuff.classAbstractListNameUsage<T>Ancestor for processors that locate usages of a certain name.classAbstractModifyingInteractiveProcessorAncestor for processors that interact with the user and potentially modify the flow.classAbstractModifyingProcessorAncestor for processors that potentially modify flows that they are processing.classAbstractNameUpdater<T>Ancestor for processors that update names of actors.classActorStatisticsGenerates statistics on actors, how many of what type etc.classChangeDatabaseConditionLimitProcessor that the limit of a database condition.classChangeDatabaseConnectionProcessor that updates database connections.classChangeDisplayTypeProcessor that updates the display type ofDisplayTypeSupporteractors.classChangeNumThreadsProcessor that changes the number of threads used for classes that implementThreadLimiter.classChangePathProcessor that updates paths of classes that are derived fromFile.classCheckActorReferenceUsagePerforms a 'soft' check on the usage of actor references, like callable actors.classCheckPlaceholdersChecks whether all placeholder files/dirs can be expanded, i.e., whether all placeholders are actually defined.classCheckStorageUsagePerforms a 'soft' check whether storage names in use are actually set somewhere in the flow.classCheckVariableUsagePerforms a 'soft' check whether variables in use are actually set somewhere in the flow.classFindTextLists all the actors where the specified text is found in one of the options (case-insensitive).classFixLWLSynchroNoUpdateEnsures that the 'noUpdate' flag is set in the LWLSynchro classifiers.classFlattenStructureTries to flatten the flow structure wherever possible.classForwardSlashSwitchProcessor that switches the flag of allForwardSlashSupporterobjects.classListActorReferenceUsageLists all the actors where the specified actor reference name is used.classListActorUsageLooks for all the occurrences of the specified actor class.classListAllStorageNamesLists all storage name occurrences in the flow whether being set or used.classListAllVariablesLists all variable occurrences in the flow whether being set or used.classListAnnotationTagsProcessor that lists tags in annotations.classListCallableActorUsageLists all the actors where the specified callable actor name is used.classListClassUsageLooks for all the occurrences of the specified class.classListDatabaseConnectionsProcessor that lists database connections.classListObjectCommandlinesLists the command-lines of the objects of the specified superclass.classListPathsLists all the paths (files and directories) that are used in the flow.classListStorageUsageLists all the actors where the specified storage name is used.classListStructureModifyingActorsProcessor that lists (active) actors implementingFlowStructureModifier.classListTODOsLists all the actors with TODOs in either name or annotation.classListVariableUsageLists all the actors where the specified variable is used.classManageInteractiveActorsEnables/disables the interactive behaviour of actors implementing adams.flow.core.AutomatableInteraction.classManageTimedActorsEnables/disables the interactive behaviour of adams.flow.core.AutomatableInteractiveActor actors.classMultiProcessorA meta-processor that processes the actor sequentially with all sub-processors.classReactivateActorsActivates all actors implementing the adams.flow.core.InactiveActor.classRemoveAutogeneratedActorsRemoves all actors implementing the adams.flow.core.AutogeneratedActor.classRemoveBreakpointsA meta-processor that processes the actor sequentially with all sub-processors.classRemoveDisabledActorsA meta-processor that processes the actor sequentially with all sub-processors.classRemoveUnusedReferenceableActorsRemoves all referenceable actors (eg callable actors) that are not used.classReplaceLinearRegressionReplaces all LinearRegression occurrences with the LinearRegressionJ pure Java version.classSwapObjectsAllows replacing of objects using the specified object swap conversion.classUpdateCallableActorNameUpdates all occurrences of the old callable actor name with the new one.classUpdateEventNameUpdates all occurrences of the old event name with the new one.classUpdateStorageNameUpdates all occurrences of the old storage name with the new one.classUpdateVariableNameUpdates all occurrences of the old variable name with the new one.
Processes either attached variables or variables that are a part of an object that is derived from adams.core.base.BaseObject.Fields in adams.flow.processor declared as ActorProcessor Modifier and Type Field Description protected ActorProcessor[]MultiProcessor. m_Processorsthe processors.Methods in adams.flow.processor that return ActorProcessor Modifier and Type Method Description ActorProcessor[]MultiProcessor. getSubProcessors()Returns the processors in use.ActorProcessorAbstractActorProcessor. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.ActorProcessorAbstractActorProcessor. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.ActorProcessorActorProcessor. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.ActorProcessorActorProcessor. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.flow.processor with parameters of type ActorProcessor Modifier and Type Method Description intAbstractActorProcessor. compareTo(ActorProcessor o)Compares this object with the specified object for order.intActorProcessor. compareTo(ActorProcessor o)Compares this object with the specified object for order.voidMultiProcessor. setSubProcessors(ActorProcessor[] value)Sets the processors to use. -
Uses of ActorProcessor in adams.flow.transformer
Fields in adams.flow.transformer declared as ActorProcessor Modifier and Type Field Description protected ActorProcessorProcessActor. m_Processorthe processor to apply.Methods in adams.flow.transformer that return ActorProcessor Modifier and Type Method Description ActorProcessorProcessActor. getProcessor()Returns the processor to use.Methods in adams.flow.transformer with parameters of type ActorProcessor Modifier and Type Method Description voidProcessActor. setProcessor(ActorProcessor value)Sets the processor to use. -
Uses of ActorProcessor in adams.gui.flow
Methods in adams.gui.flow that return ActorProcessor Modifier and Type Method Description protected ActorProcessorRecentActorProcessorHandler. fromString(String s)Turns the string obtained from the props into an object again.Methods in adams.gui.flow with parameters of type ActorProcessor Modifier and Type Method Description voidFlowEditorPanel. addRecentActorProcessor(ActorProcessor processor)For adding an actor processor to the recent list.protected StringRecentActorProcessorHandler. createMenuItemText(int index, ActorProcessor item)Generates the text for the menuitem.voidFlowPanel. processActors(ActorProcessor processor)Processes the actors with the specified actor processor.voidFlowPanel. processActorsPrompt(ActorProcessor processor)If a single actor is selected, user gets prompted whether to only process below this actor instead of full flow.voidFlowPanel. processSelectedActor(ActorProcessor processor)Processes the selected actor with a user-specified actor processor.protected StringRecentActorProcessorHandler. toString(ActorProcessor obj)Turns an object into a string for storing in the props. -
Uses of ActorProcessor in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type ActorProcessor Modifier and Type Method Description voidTreeOperations. processActor(TreePath path, ActorProcessor processor)Processes the specified actor with the specified actor processor.voidTreeOperations. processActor(TreePath path, ActorProcessor processor, Runnable after)Processes the specified actor with the specified actor processor.protected ComponentTreeOperations. wrapActorProcessorGraphicalOutput(GraphicalActorProcessorHandler handler, Component comp, TreePath path, ActorProcessor processor)Wraps the graphical output of actor processors to make them re-runnable, adding a rerun button.
-