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 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.
-