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