Uses of Class
adams.flow.processor.AbstractNameUpdater
-
Packages that use AbstractNameUpdater Package Description adams.flow.processor -
-
Uses of AbstractNameUpdater in adams.flow.processor
Subclasses of AbstractNameUpdater in adams.flow.processor Modifier and Type Class Description 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.
-