class |
AbstractModifyingInteractiveProcessor |
Ancestor for processors that interact with the user and potentially
modify the flow.
|
class |
AbstractNameUpdater<T> |
Ancestor for processors that update names of actors.
|
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 |
FlattenStructure |
Tries to flatten the flow structure wherever possible.
|
class |
ForwardSlashSwitch |
|
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.
|