AbstractActorListingProcessor |
Ancestor for processors that list full actor names and allow jumping to them.
|
AbstractActorProcessor |
Abstract base class for schemes that process a flow/actor in some fashion.
|
AbstractListingProcessor |
Ancestor for processors that list stuff.
|
AbstractListNameUsage<T> |
Ancestor for processors that locate usages of a certain name.
|
AbstractModifyingInteractiveProcessor |
Ancestor for processors that interact with the user and potentially
modify the flow.
|
AbstractModifyingProcessor |
Ancestor for processors that potentially modify flows that they are processing.
|
AbstractNameUpdater<T> |
Ancestor for processors that update names of actors.
|
ActorLocationsPanel |
Panel for listing actor locations.
|
ActorStatistics |
Generates statistics on actors, how many of what type etc.
|
ChangeDatabaseConditionLimit |
Processor that the limit of a database condition.
|
ChangeDatabaseConnection |
Processor that updates database connections.
|
ChangeDisplayType |
|
ChangeNumThreads |
Processor that changes the number of threads used for classes that implement
ThreadLimiter .
|
ChangePath |
Processor that updates paths of classes that are derived from File .
|
CheckActorReferenceUsage |
Performs a 'soft' check on the usage of actor references, like callable actors.
|
CheckPlaceholders |
Checks whether all placeholder files/dirs can be expanded, i.e., whether all placeholders are actually defined.
|
CheckStorageUsage |
Performs a 'soft' check whether storage names in use are actually set somewhere in the flow.
|
CheckVariableUsage |
Performs a 'soft' check whether variables in use are actually set somewhere in the flow.
|
FindText |
Lists all the actors where the specified text is found in one of the options (case-insensitive).
|
FlattenStructure |
Tries to flatten the flow structure wherever possible.
|
ForwardSlashSwitch |
|
ListActorReferenceUsage |
Lists all the actors where the specified actor reference name is used.
|
ListActorUsage |
Looks for all the occurrences of the specified actor class.
|
ListAllStorageNames |
Lists all storage name occurrences in the flow whether being set or used.
|
ListAllVariables |
Lists all variable occurrences in the flow whether being set or used.
|
ListAnnotationTags |
Processor that lists tags in annotations.
|
ListCallableActorUsage |
Lists all the actors where the specified callable actor name is used.
|
ListClassUsage |
Looks for all the occurrences of the specified class.
|
ListDatabaseConnections |
Processor that lists database connections.
|
ListObjectCommandlines |
Lists the command-lines of the objects of the specified superclass.
|
ListPaths |
Lists all the paths (files and directories) that are used in the flow.
|
ListStorageUsage |
Lists all the actors where the specified storage name is used.
|
ListStructureModifyingActors |
|
ListTODOs |
Lists all the actors with TODOs in either name or annotation.
|
ListVariableUsage |
Lists all the actors where the specified variable is used.
|
ManageInteractiveActors |
Enables/disables the interactive behaviour of actors implementing adams.flow.core.AutomatableInteraction.
|
ManageTimedActors |
Enables/disables the interactive behaviour of adams.flow.core.AutomatableInteractiveActor actors.
|
MultiProcessor |
A meta-processor that processes the actor sequentially with all sub-processors.
|
ReactivateActors |
Activates all actors implementing the adams.flow.core.InactiveActor.
|
RemoveAutogeneratedActors |
Removes all actors implementing the adams.flow.core.AutogeneratedActor.
|
RemoveBreakpoints |
A meta-processor that processes the actor sequentially with all sub-processors.
|
RemoveDisabledActors |
A meta-processor that processes the actor sequentially with all sub-processors.
|
RemoveUnusedReferenceableActors |
Removes all referenceable actors (eg callable actors) that are not used.
|
SwapObjects |
Allows replacing of objects using the specified object swap conversion.
|
UpdateCallableActorName |
Updates all occurrences of the old callable actor name with the new one.
|
UpdateEventName |
Updates all occurrences of the old event name with the new one.
|
UpdateStorageName |
Updates all occurrences of the old storage name with the new one.
|
UpdateVariableName |
Updates 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.
|